Commit:    41e133fceb245c3f207f1f3bcf44e90e0f9b6fb6
Author:    Levi Morrison <[email protected]>         Sun, 1 Dec 2013 10:17:05 -0700
Parents:   d0384e7d0626a94dc644f12a90639ceaa5b96344
Branches:  master

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

Log:
Table improvements, particularly with borders and `thead tr` elements.

Changed paths:
  M  styles/theme-base.css


Diff:
diff --git a/styles/theme-base.css b/styles/theme-base.css
index de65b8f..89301b5 100755
--- a/styles/theme-base.css
+++ b/styles/theme-base.css
@@ -3028,20 +3028,17 @@ div.tip p {
     padding: .25em .5em;
 }
 
-.docs .doctable {
+.doctable {
     width: 100%;
     margin:.75em 0;
 }
-
-.docs .doctable thead tr {
+.doctable thead tr {
     border:1px solid;
 }
-.docs .doctable th {
-    text-align: center;
-}
-.docs .doctable tr {
-    border-bottom: 1px solid;
+.doctable tr {
+    border:1px solid;
 }
+.
 /* }}} */
 
 /* {{{ lists */


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

Reply via email to