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

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

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