From 6a981381795bc647f52b709f5aee73532f1941e2 Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Tue, 10 Jan 2012 07:36:39 +0000 Subject: [PATCH] Increased font size of Navigation menus as it was too tiny to see. svn: r18732 --- src/plugins/webstuff/css/Web_Horizontal-Menus.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/plugins/webstuff/css/Web_Horizontal-Menus.css b/src/plugins/webstuff/css/Web_Horizontal-Menus.css index ab3f95ff4..68c4c191b 100755 --- a/src/plugins/webstuff/css/Web_Horizontal-Menus.css +++ b/src/plugins/webstuff/css/Web_Horizontal-Menus.css @@ -32,7 +32,7 @@ Style Name: Web_Navigation-Horizontal.css div#nav { clear: both; padding-top: 1px; - font: .7em/1 "Helvetica, Arial, sans, sans-serif"; + font: 1.2em/1.4 "sans-serif, Helvetica, Arial"; } div#nav ul { float: left; @@ -51,7 +51,7 @@ div#nav li { div#nav a { display: block; float: left; - padding: 4px 12px; + padding: 6px 12px; border-right: 1px solid #13A926; border-left: 1px solid #13A926; color: #FFF; @@ -65,6 +65,7 @@ div#nav .CurrentSection a { font-weight: bold; background: #BCEAF6; color: #000; + border-bottom: none; } div#nav .CurrentSection a:hover, div#nav .CurrentSection a:focus { background: #903; @@ -76,7 +77,7 @@ div#nav .CurrentSection a:hover, div#nav .CurrentSection a:focus { div#alphanav { clear: both; padding-top: 1px; - font: bold .9em/1.1 "sans, sans-serif"; + font: bold 1.2em/1.4 "sans, sans-serif"; } div#alphanav ul { float: left; @@ -96,7 +97,7 @@ div#alphanav li { div#alphanav a { display: block; float: left; - padding: 4px 12px; + padding: 6px 12px; border-right: 1px solid #13A926; border-left: 1px solid #13A926; color: #FFF;