Commit:    ee49436cc83d13ebd74c5d762f08b2c3d4d5aeee
Author:    Levi Morrison <le...@php.net>         Fri, 5 Jul 2013 12:03:03 -0600
Parents:   b14c1778fe6fd33184555fa6ef2ef0b2c0b55dab
Branches:  master

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

Log:
Updated doctable styles.

Changed paths:
  M  styles/doc.css


Diff:
diff --git a/styles/doc.css b/styles/doc.css
index 6db2edd..0d239dc 100755
--- a/styles/doc.css
+++ b/styles/doc.css
@@ -208,31 +208,32 @@ aside#quicktoc {
     text-align: left;
 }
 
-.docs td, .docs th {
-    padding: 2px 5px;
+.docs td,
+.docs th {
+    padding: .25em .5em;
 }
 
+.docs .doctable tbody tr:nth-child(odd) {
+    background-color: #ffffff;
+}
 .docs .doctable tbody tr:nth-child(even) {
     background-color: #eeeef6;
 }
 
 .docs .doctable {
-    border-top: 1px solid #ccc;
-    border-bottom: 1px solid #ccc;
+    border: 1px solid #ccc;
     width: 100%;
+    margin:1.5em 0;
 }
 
 .docs .doctable th {
     background-color: #bbd;
     text-align: center;
     color: #333;
-    border-bottom: 1px solid #ccc;
-}
-.docs .doctable td, .docs .doctable th {
-    border-right: 1px solid #ccc;
+    border-bottom: 1px solid #99c;
 }
-.docs .doctable td:last-child, .docs .doctable th:last-child {
-    border-right: 0px;
+.docs .doctable tr {
+    border-bottom:1px solid #ccc;
 }
 /* }}} */


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

Reply via email to