From 0f65bb05646345499934d6d27c9f63e727300fcd Mon Sep 17 00:00:00 2001 From: PeridexisErrant Date: Fri, 23 Oct 2015 14:22:52 +1100 Subject: [PATCH] CSS fix --- docs/styles/dfhack.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/styles/dfhack.css b/docs/styles/dfhack.css index 9b0d1b3b7..67f75b3b1 100644 --- a/docs/styles/dfhack.css +++ b/docs/styles/dfhack.css @@ -33,7 +33,7 @@ * Use this for any text from an in-game announcement or menu. */ color: #CBC7C0; - font-family: cp437;, 'fixedsys', monospace; + font-family: cp437, 'fixedsys', monospace; background: #000000; font-size: 0.95em; padding: 0.05em 0.4em;