Corrected body default font size, was missing a % sign behind the 100.
authorthe_mgt <themgt@uncensored.citadel.org>
Wed, 18 May 2011 01:21:28 +0000 (03:21 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 20:45:30 +0000 (20:45 +0000)
Keep an eye on effects this might have, but I think that was default across all browsers anyway.

webcit/static/styles/webcit.css

index 3ec1c05a39da9bffe12a35deeabe7781bed663da..16bbd5ed3bed00e80bda79b434c3a3c590d4b5ab 100644 (file)
@@ -20,7 +20,7 @@
 }
 
 html, body {
-       font-size: 100;
+       font-size: 100%;
        height:100%;
        width:100%;
        margin:0;