Commit: 2e63913813b1d1dff5bfb2a0c63944c3ae5b285b Author: Hannes Magnusson <[email protected]> Thu, 30 Dec 2010 10:36:53 +0000 Parents: f68c555c60757774739ba9ce55e3830539c6529a Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=2e63913813b1d1dff5bfb2a0c63944c3ae5b285b Log: Break long lines, and add treat literallout as code examples Changed paths: M styles/doc.css Diff: diff --git a/styles/doc.css b/styles/doc.css index a1b4259..c170a5c 100644 --- a/styles/doc.css +++ b/styles/doc.css @@ -60,15 +60,23 @@ aside#quicktoc { border-top: 3px solid #F90; background-color: #EFEFEF; } -.docs blockquote.note, .docs div.warning, .docs div.caution, .docs div.tip { +.docs blockquote.note, +.docs div.warning, +.docs div.caution, +.docs div.tip { font-size: 1em; margin-right: 0.8em; } -.docs div.warning b.warning, .docs div.caution b.caution, .docs div.tip b.tip { +.docs div.warning b.warning, +.docs div.caution b.caution, +.docs div.tip b.tip { float: left; margin-right: 0.8em; } -.docs blockquote.note p, .docs div.warning p, .docs div.caution p, .docs div.tip p { +.docs blockquote.note p, +.docs div.warning p, +.docs div.caution p, +.docs div.tip p { margin: 0; } /* }}} */ @@ -107,6 +115,7 @@ aside#quicktoc { .docs div.HTTPcode, .docs div.apache-confcode, .docs pre.synopsis, +.docs pre.literallayout, .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
