Commit:    6b1d042465a7f42aa366f663baecef229e957332
Author:    Levi Morrison <le...@php.net>         Fri, 5 Jul 2013 12:58:22 -0600
Parents:   bc8a4cf8bce93fcb6f9fd4782d4a698a262b0091
Branches:  master

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

Log:
Minor improvement to the headers in a doctable.

Changed paths:
  M  styles/doc.css


Diff:
diff --git a/styles/doc.css b/styles/doc.css
index 0d239dc..9968f37 100755
--- a/styles/doc.css
+++ b/styles/doc.css
@@ -226,11 +226,13 @@ aside#quicktoc {
     margin:1.5em 0;
 }
 
+.docs .doctable thead tr {
+    border:1px solid #99c;
+}
 .docs .doctable th {
     background-color: #bbd;
     text-align: center;
     color: #333;
-    border-bottom: 1px solid #99c;
 }
 .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