Commit:    e7a92ce97b16f3ba2fec747d5ed1e145250d7cd5
Author:    Peter Cowburn <[email protected]>         Mon, 5 Aug 2013 14:43:29 
+0100
Parents:   a3926b942bc8728516d5c30fd1d40edf94751c09
Branches:  master

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

Log:
warning boxes red not purple (thanks Jeremy Feinstein)

Note to Levi: merge the colour change into the responsive branch
before merging that back to master, please.

Changed paths:
  M  styles/doc.css


Diff:
diff --git a/styles/doc.css b/styles/doc.css
index 9968f37..046b7f6 100755
--- a/styles/doc.css
+++ b/styles/doc.css
@@ -143,9 +143,10 @@ aside#quicktoc {
 }
 
 .docs div.warning {
-    background: #f2e5f4;
+    background: #FFE8E8;
     margin: 1.5em 0;
     padding: 1.5em;
+    border: 1px solid #D8BBBB;
 }
 
 /* }}} */


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to