From: <var...@us...> - 2012-12-29 19:43:08
|
Revision: 8704 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8704&view=rev Author: vargenau Date: 2012-12-29 19:43:02 +0000 (Sat, 29 Dec 2012) Log Message: ----------- Fix link colors Modified Paths: -------------- trunk/themes/Sidebar/sidebar.css Modified: trunk/themes/Sidebar/sidebar.css =================================================================== --- trunk/themes/Sidebar/sidebar.css 2012-12-29 11:01:56 UTC (rev 8703) +++ trunk/themes/Sidebar/sidebar.css 2012-12-29 19:43:02 UTC (rev 8704) @@ -71,8 +71,6 @@ a { text-decoration: none; - color: #004ba6; - background-image: none; } a:visited { @@ -91,14 +89,6 @@ color: #772233; } -a.new, #p-personal a.new { - color: #ba0000; -} - -a.new:visited, #p-personal a.new:visited { - color: #a55858; -} - img { border: 0; } @@ -1294,10 +1284,6 @@ text-transform: none; } -#p-personal a.new { - color: #ba0000; -} - /* ** the page-related actions- page/talk, edit etc */ @@ -1357,10 +1343,6 @@ padding: 0 1em .2em; } -#p-cactions .new a { - color: #ba0000; -} - #p-cactions li a:hover { z-index: 3; text-decoration: none; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |