]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/styles/webcit.css
Corrected body default font size, was missing a % sign behind the 100.
[citadel.git] / 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;