From 3279429e4d93f286b0f1d26051e204103b8789ad Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 10 Jul 2005 23:19:56 +0000 Subject: [PATCH] r305: Font updates. --- templates/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/style.css b/templates/style.css index d44a9aa..0c9aa6a 100644 --- a/templates/style.css +++ b/templates/style.css @@ -13,7 +13,7 @@ body { margin: 0px; padding: 0px; - font-family: "Lucida Grande", Lucida, Verdana, Tahoma, Arial, sans-serif; + font-family: Verdana, Tahoma, Geneva, "Lucida Grande", Arial, sans-serif; font-size: 11px; background-color: rgb(102, 102, 102); } @@ -23,6 +23,7 @@ body background-color: rgb(51, 51, 51); color: rgb(255, 255, 255); padding: 5px; + padding-left: 10px; } #header #title, #header #title a @@ -30,7 +31,7 @@ body color: inherit; text-decoration: none; font-family: Helvetica, Arial, Tahoma, sans-serif; - font-size: 44px; + font-size: 35px; text-shadow: 2px 2px 3px gray; font-weight: 300; } -- 2.22.5