Commit:    77af57a5556e307714e072f7b6154d35a05952b1
Author:    Hannes Magnusson <[email protected]>         Fri, 31 Dec 2010 12:28:43 
+0000
Parents:   bc86b5b77b028a2d54f67bb4834ac61e97ced776
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=77af57a5556e307714e072f7b6154d35a05952b1

Log:
use the background color for visited links to

Changed paths:
  M  styles/theme.css


Diff:
diff --git a/styles/theme.css b/styles/theme.css
index 57bce8f..7d65863 100644
--- a/styles/theme.css
+++ b/styles/theme.css
@@ -281,7 +281,8 @@ pre.info {
 
 
 /* {{{ The anchor for section headers */
-a.genanchor {
+a.genanchor:link,
+a.genanchor:visited {
     color: #fff;
 }
 a.genanchor:hover {


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to