Commit:    aec93d21d8c74c151c8d83a25166ff962fa4aaa6
Author:    Levi Morrison <le...@php.net>         Thu, 4 Jul 2013 11:28:02 -0600
Parents:   605eeac6f8d192cadec06ac3fe68bf536f2f0850
Branches:  master

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

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

Reply via email to