From 1cca6b6a80eff51a71e7f2378edc56f041548e08 Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Tue, 19 Aug 2014 11:12:31 -0500 Subject: Revert "make gold link more visable" This reverts commit a03943d203441a87ea9c01f383d451dfc921bdd2. --- usr/local/www/themes/pfsense_ng/all.css | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'usr/local/www/themes/pfsense_ng/all.css') diff --git a/usr/local/www/themes/pfsense_ng/all.css b/usr/local/www/themes/pfsense_ng/all.css index 575439b..80dd171 100644 --- a/usr/local/www/themes/pfsense_ng/all.css +++ b/usr/local/www/themes/pfsense_ng/all.css @@ -150,15 +150,15 @@ body { background-color: #7f7f7f; } a:link { - color: #000000; + color: #550000; } a:visited { - color: #000000; + color: #550000; } a:active { - color: #000000; + color: #550000; } a:hover { @@ -428,7 +428,7 @@ table#marquee div#container div#scroller { #navigation ul li { float: left; position: relative; - padding-right: 27px; + width: 6.2em; top: 0px; } @@ -511,11 +511,6 @@ table#marquee div#container div#scroller { background-repeat: no-repeat; } -#navigation ul li:last-child div, #navigation ul li:last-child:hover div { - background-image: none; - font-weight: bold; -} - #navigation ul li { background-color: transparent; color: #000000; -- cgit v1.1