Commit:    2442866d8f31e7c3cc512f9e88a43affc0a5216d
Author:    Peter Cowburn <sala...@php.net>         Mon, 5 Aug 2013 14:43:29 
+0100
Parents:   48c21f043820f2428bd89a247e6a2e0a51cffcb0
Branches:  master

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

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