Commit: fbf86780b4dd88fd5ec013ddb6a1149b3edeb78e Author: Levi Morrison <[email protected]> Thu, 17 Apr 2014 14:34:26 -0600 Parents: 366152b9d537d599388eb32be9db1c5f1c95e0ce Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=fbf86780b4dd88fd5ec013ddb6a1149b3edeb78e Log: Changed hr border color to CCC Changed paths: M styles/defaults.css Diff: diff --git a/styles/defaults.css b/styles/defaults.css index 8462afc..474e5cf 100644 --- a/styles/defaults.css +++ b/styles/defaults.css @@ -174,7 +174,7 @@ hr { hr:before { display:block; content:" "; - border-bottom:1px dotted #999; + border-bottom:1px dotted #ccc; padding: .75rem 0 0 ; } /* }}} */ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
