From kde-commits Tue Feb 09 17:18:17 2010 From: Rainer Endres Date: Tue, 09 Feb 2010 17:18:17 +0000 To: kde-commits Subject: www/sites/www-devel/media/includes/chihuahua Message-Id: <1265735897.753134.17113.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=126573741917826 SVN commit 1087849 by endres: make links not underlined on hover. M +2 -2 css.php --- trunk/www/sites/www-devel/media/includes/chihuahua/css.php #1087848:1087849 @@ -63,7 +63,7 @@ background-repeat:no-repeat; background-position:0 2px} .header .toolbox #location li a{color: #666; text-shadow: #fff 0px 0px 3px; text-decoration:none; font-size: 12px; font-weight:normal;} - .header .toolbox #location li a:hover{text-decoration:underline} + .header .toolbox #location li a[href]:hover{text-decoration:underline} .header .toolbox #location li:first-child {background-image:none} .header .menu_box { display: table; text-align: left; width: auto; min-height:160px; margin: 0 auto; text-shadow: #fff 0px 0px 3px; } .header .menu_box li { float: left; margin: 3px 14px } @@ -313,4 +313,4 @@ .toggle {float: right; width: auto;padding: 10px 10px 0 10px;color: #888; text-shadow: #fff 0px 0px 3px; text-decoration:none; font-size: 12px; font-weight:normal; display none; } -#hotspot {float: right;} \ No newline at end of file +#hotspot {float: right;}