Commit:    b60985214f156b871fd77ec7de03cfd03a8ccc26
Author:    Hannes Magnusson <[email protected]>         Mon, 27 Dec 2010 13:19:49 
+0000
Parents:   5ee4a69fe9ed42500f5a88ea567794655e7e234d
Branches:  master

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

Log:
Indent all doc tables slightly, and makem 100% wide
Also change bgcolor when mousing over rows

Changed paths:
  M  styles/doc.css


Diff:
diff --git a/styles/doc.css b/styles/doc.css
index 0cfd85d..bdf9141 100644
--- a/styles/doc.css
+++ b/styles/doc.css
@@ -99,9 +99,13 @@
 
 
 
-.docs .refentry .changelog .doctable {
+.docs .doctable {
+    margin: 3px 30px;
     width: 100%;
 }
+.docs .doctable tr:hover {
+    background-color: #EFEFEF;
+}
 .docs .doctable th {
     border-bottom: 1px solid #987db3;
 }


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

Reply via email to