Commit:    863e333ce395f9e62e78177fad84c7acb5e1839f
Author:    Hannes Magnusson <[email protected]>         Mon, 27 Dec 2010 13:21:03 
+0000
Parents:   b60985214f156b871fd77ec7de03cfd03a8ccc26
Branches:  master

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

Log:
err.. lets only change the bgcolor on the table body

Changed paths:
  M  styles/doc.css


Diff:
diff --git a/styles/doc.css b/styles/doc.css
index bdf9141..a94dc4e 100644
--- a/styles/doc.css
+++ b/styles/doc.css
@@ -103,7 +103,7 @@
     margin: 3px 30px;
     width: 100%;
 }
-.docs .doctable tr:hover {
+.docs .doctable tbody tr:hover {
     background-color: #EFEFEF;
 }
 .docs .doctable th {


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

Reply via email to