From cfa5055dab4fd1549150b49f7f13d9fe25ad6743 Mon Sep 17 00:00:00 2001 From: the_mgt Date: Wed, 18 May 2011 03:21:28 +0200 Subject: [PATCH] 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. --- webcit/static/styles/webcit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2