From 99fa86c5a3d286527c5b47ba50a349f59fe02162 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Thu, 1 Nov 2007 21:52:38 +0000 Subject: [PATCH] lighter font for the menu git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44109 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/layout.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/layout.css b/css/layout.css index 15d97c2f..096033c9 100644 --- a/css/layout.css +++ b/css/layout.css @@ -159,15 +159,16 @@ body.stillLoading select { } #top #MainMenu a { - color: white; display: block; + height: 33px; float: left; padding: 0 6px; font-size: 14px; letter-spacing: -0.4px; font-family: Verdana, Arial, Sans-serif; - height: 33px; + font-weight: normal; line-height: 32px; + color: #fff; text-decoration: none; } #top #MainMenu a:hover {