Commit: 1f272ca8093918402c31186c77e1468f0000db31 Author: Hannes Magnusson <[email protected]> Mon, 27 Dec 2010 13:06:34 +0000 Parents: 4f690eca679ae2d40fc1cbeac21e7ebc30e88102 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=1f272ca8093918402c31186c77e1468f0000db31 Log: Make tips/warning/notes consistent throughout the docs, not only on function/method pages Changed paths: M styles/doc.css Diff: diff --git a/styles/doc.css b/styles/doc.css index e992d71..cd9f81a 100644 --- a/styles/doc.css +++ b/styles/doc.css @@ -19,30 +19,30 @@ font-family: monospace; } -.docs .refentry div.warning, -.docs .refentry div.tip, -.docs .refentry .notes blockquote { +.docs div.warning, +.docs div.tip, +.docs .notes blockquote { padding: 10px 20px; margin: 1em 2em 1.3em; } -.docs .refentry .notes blockquote { +.docs .notes blockquote { border-top: 3px solid #fff08a; background-color: #EFEFEF; } -.docs .refentry div.tip { +.docs div.tip { border-top: 3px solid #434343; background-color: #EFEFEF; } -.docs .refentry div.warning { +.docs div.warning { border-top: 3px solid #ff4d4d; background-color: #EFEFEF; } -.docs .refentry .notes blockquote, .docs .refentry div.warning, .docs .refentry div.tip { +.docs .notes blockquote, .docs div.warning, .docs div.tip { font-size: 1em; margin-right: 0.8em; } -.docs .refentry div.warning b.warning, .docs .refentry div.tip b.tip { +.docs div.warning b.warning, .docs div.tip b.tip { float: left; margin-right: 0.8em; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
