Commit: 8f7195dd217cc1a164c9d1f369ffc9d3403c1ec2 Author: Levi Morrison <[email protected]> Fri, 5 Jul 2013 12:58:22 -0600 Parents: fe8ef5bf6f02db62a3348308078d62821698bbb2 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=8f7195dd217cc1a164c9d1f369ffc9d3403c1ec2 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
