Commit: 9ea9a138174abf942725d893786de079b075fcdd Author: Levi Morrison <[email protected]> Tue, 25 Jun 2013 12:53:40 -0600 Parents: 590251b84afbc6227907c39158acc29a0abb0a8e Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=9ea9a138174abf942725d893786de079b075fcdd Log: Removed unnecessary font size declaration. Also removed the margin-right since it looks bad. Changed paths: M styles/doc.css Diff: diff --git a/styles/doc.css b/styles/doc.css index d6808dd..37e4433 100755 --- a/styles/doc.css +++ b/styles/doc.css @@ -115,11 +115,7 @@ aside#quicktoc { border-top: 3px solid #FFFFCC; background-color: #EFEFEF; } -.docs blockquote.note, -.docs div.caution { - font-size: 1em; - margin-right: 0.8em; -} + .docs div.tip b.tip, .docs div.warning b.warning, .docs div.tip strong.tip, -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
