Commit: bba1edbc91af61689742c9bb50e9b6ff5f0a0132 Author: Levi Morrison <[email protected]> Thu, 4 Jul 2013 11:28:02 -0600 Parents: 8a35f3f88b11c55472d5d256e9858600c7050bdf Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=bba1edbc91af61689742c9bb50e9b6ff5f0a0132 Log: Improved Warning color and example-contents inside of warnings. Changed paths: M styles/doc.css Diff: diff --git a/styles/doc.css b/styles/doc.css index b744147..6fe23f3 100755 --- a/styles/doc.css +++ b/styles/doc.css @@ -113,9 +113,6 @@ aside#quicktoc { text-align: center; } -.docs div.warning div.example-contents { - padding-left: 1em; -} .docs div.tip *:last-child, .docs div.warning *:last-child { margin-bottom:0; @@ -146,7 +143,7 @@ aside#quicktoc { } .docs div.warning { - background: #fcc; + background: #f2e5f4; margin: 1.5em 0; padding: 1.5em; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
