From: <var...@us...> - 2012-11-30 16:00:20
|
Revision: 8581 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8581&view=rev Author: vargenau Date: 2012-11-30 16:00:13 +0000 (Fri, 30 Nov 2012) Log Message: ----------- No bold for a:hover Modified Paths: -------------- trunk/themes/Sidebar/sidebar.css Modified: trunk/themes/Sidebar/sidebar.css =================================================================== --- trunk/themes/Sidebar/sidebar.css 2012-11-30 15:33:41 UTC (rev 8580) +++ trunk/themes/Sidebar/sidebar.css 2012-11-30 16:00:13 UTC (rev 8581) @@ -1081,7 +1081,6 @@ #p-logo a:hover { display: block; height: 42px; - /*width: 12.2em;*/ background-repeat: no-repeat; background-position: 35% 50% !important; } @@ -1141,7 +1140,6 @@ #p-navigation li.active a, #p-navigation li.active a:hover { text-decoration: none; display: inline; - font-weight: bold; } /* @@ -1283,7 +1281,6 @@ color: white; background-color: #005A99; padding-bottom: 0.2em; - font-weight: bold; text-decoration: none; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |