From: the_mgt Date: Wed, 18 May 2011 01:21:28 +0000 (+0200) Subject: Corrected body default font size, was missing a % sign behind the 100. X-Git-Tag: v8.11~729 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=cfa5055dab4fd1549150b49f7f13d9fe25ad6743;p=citadel.git Corrected body default font size, was missing a % sign behind the 100. Keep an eye on effects this might have, but I think that was default across all browsers anyway. --- diff --git a/webcit/static/styles/webcit.css b/webcit/static/styles/webcit.css index 3ec1c05a3..16bbd5ed3 100644 --- a/webcit/static/styles/webcit.css +++ b/webcit/static/styles/webcit.css @@ -20,7 +20,7 @@ } html, body { - font-size: 100; + font-size: 100%; height:100%; width:100%; margin:0;