From faf0c5121842021cb68e81263cd6dfe6600f3ff4 Mon Sep 17 00:00:00 2001 From: Alexey Verkhovsky Date: Mon, 20 Mar 2006 01:09:05 +0000 Subject: [PATCH] Wrong defition of a default font size --- public/stylesheets/instiki.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/instiki.css b/public/stylesheets/instiki.css index 998d5619..343601f7 100644 --- a/public/stylesheets/instiki.css +++ b/public/stylesheets/instiki.css @@ -1,5 +1,5 @@ body { background-color: white; color: #333; } -body, p, ol, ul, td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90%; line-height: 1.3em; } +body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; line-height: 1.3em; } #Container { float: none; margin: 0 15%; text-align: center; } #Content { margin: 0; padding: 0.3em; text-align: left; border-top: none; float: left; width: 100%; }