From 0aa87bf34809ad18392de0960b6f5536245d9351 Mon Sep 17 00:00:00 2001 From: Alexey Verkhovsky Date: Mon, 23 Jan 2006 07:02:03 +0000 Subject: [PATCH] Smaller relative size of the default font --- 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 8e85e197..998d5619 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: 100%; line-height: 1.3em; } +body, p, ol, ul, td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90%; 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%; }