Commit: 5e6fb048ab236589898c93bf164415e9c9ef5126 Author: Levi Morrison <le...@php.net> Thu, 4 Jul 2013 11:55:57 -0600 Parents: aec93d21d8c74c151c8d83a25166ff962fa4aaa6 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=5e6fb048ab236589898c93bf164415e9c9ef5126 Log: Adjusted colors for tables, warnings, and tips. Changed paths: M styles/doc.css Diff: diff --git a/styles/doc.css b/styles/doc.css index 6fe23f3..70eba8d 100755 --- a/styles/doc.css +++ b/styles/doc.css @@ -99,7 +99,7 @@ aside#quicktoc { } .docs blockquote.note { - background-color: #EFEFEF; + background-color: #eee; } .docs div.caution { @@ -128,19 +128,19 @@ aside#quicktoc { } .docs div.tip { - background:#ddf; - border-top: 3px solid #9999EE; + background:#eeeef6; + border-top: 0.1875em solid #99c; margin:1.5em 0; - padding:.75em 1.5em; + padding:0.5625em 1.5em .75em; } .docs .refsect1.notes div.tip { - border-top:0; + background:#e8e8e8; + border-top-color:#d8d8d8; + padding:.75em; } .docs div.tip p { margin:0; } -.docs div.tip strong.tip { -} .docs div.warning { background: #f2e5f4; @@ -213,23 +213,23 @@ aside#quicktoc { } .docs .doctable tbody tr:nth-child(even) { - background-color: #EFEFEF; + background-color: #eeeef6; } .docs .doctable { - border-top: 1px solid #CCCCCC; - border-bottom: 1px solid #CCCCCC; + border-top: 1px solid #ccc; + border-bottom: 1px solid #ccc; width: 100%; } .docs .doctable th { - background-color: #99C; + background-color: #bbd; text-align: center; color: #333; - border-bottom: 1px solid #CCCCCC; + border-bottom: 1px solid #ccc; } .docs .doctable td, .docs .doctable th { - border-right: 1px solid #CCCCCC; + border-right: 1px solid #ccc; } .docs .doctable td:last-child, .docs .doctable th:last-child { border-right: 0px; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php