Commit:    c5275b2fdddc06f00921898fa4dfa4be66389b17
Author:    Levi Morrison <[email protected]>         Fri, 22 Nov 2013 15:51:50 -0700
Parents:   58494a113c8a733f10dc6d2a7909204ed4a3a54e
Branches:  master

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

Log:
Links in the warning box are now green when you hover/focus them; previously 
only their border turned green.

Changed paths:
  M  styles/theme-medium.css


Diff:
diff --git a/styles/theme-medium.css b/styles/theme-medium.css
index af31d98..5ab43a9 100755
--- a/styles/theme-medium.css
+++ b/styles/theme-medium.css
@@ -173,6 +173,11 @@ div.warning a:link,
 div.warning a:visited {
   color:#936;
 }
+div.warning a:hover,
+div.warning a:focus {
+  color:#693;
+  border-color:#693;
+}
 div.tip:before,
 div.caution:before,
 blockquote.note:before,


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

Reply via email to