Commit: 6e78010646ff97da2c77395a9ea60640b6407086 Author: Hannes Magnusson <[email protected]> Mon, 27 Dec 2010 13:50:05 +0000 Parents: 8307bd202b6ecc96f3bf5b2495521d1b526e8b63 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=6e78010646ff97da2c77395a9ea60640b6407086 Log: Make notes consistent throughout the docs # Note: This required a silly change in PhD, so mirrors do not have the proper # markup for this until we release new PhD version and regenerate the docs Changed paths: M styles/doc.css Diff: diff --git a/styles/doc.css b/styles/doc.css index 454a286..80267a9 100644 --- a/styles/doc.css +++ b/styles/doc.css @@ -21,12 +21,12 @@ .docs div.warning, .docs div.tip, -.docs .notes blockquote { +.docs blockquote.note { padding: 10px 20px; margin: 1em 2em 1.3em; } -.docs .notes blockquote { +.docs blockquote.note { border-top: 3px solid #fff08a; background-color: #EFEFEF; } @@ -38,7 +38,7 @@ border-top: 3px solid #ff4d4d; background-color: #EFEFEF; } -.docs .notes blockquote, .docs div.warning, .docs div.tip { +.docs blockquote.note, .docs div.warning, .docs div.tip { font-size: 1em; margin-right: 0.8em; } @@ -91,6 +91,7 @@ .docs div.inicode, .docs div.lscode, .docs div.shellcode, +.docs div.HTTPcode, .docs .screen { border: 1px solid #E2E1D5; background-color: #EFEFEF; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
