Commit:    6e6523b24ddaa381bebe53a7404f3c1cfefaeed8
Author:    Levi Morrison <[email protected]>         Tue, 25 Jun 2013 13:19:56 -0600
Parents:   9ea9a138174abf942725d893786de079b075fcdd
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=6e6523b24ddaa381bebe53a7404f3c1cfefaeed8

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

Reply via email to