Commit: cedc3ad51dc3838d72a7fda84c8f5fe3515f9ac3 Author: Levi Morrison <le...@php.net> Tue, 25 Jun 2013 13:19:56 -0600 Parents: 0bb6cf069c488dbb2512d2449230b7eaf7bb7eb4 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=cedc3ad51dc3838d72a7fda84c8f5fe3515f9ac3 Log: Unboxed each note in the Notes section. Readded the yellow background to Caution boxes, but made it darker than before. Changed paths: M styles/doc.css Diff: diff --git a/styles/doc.css b/styles/doc.css index 37e4433..841ff4d 100755 --- a/styles/doc.css +++ b/styles/doc.css @@ -91,6 +91,12 @@ aside#quicktoc { /* {{{ Warning and notes */ + +.docs .notes blockquote.note { + padding:0; + background:transparent; +} + .docs div.caution, .docs blockquote.note { padding: .75em 1em; @@ -112,8 +118,8 @@ aside#quicktoc { } .docs div.caution { - border-top: 3px solid #FFFFCC; - background-color: #EFEFEF; + border-top: 3px solid #FFFFBB; + background-color: #FFFFDD; } .docs div.tip b.tip, -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php