Commit: 4dca522a87603f4a5035fcd612eaf4acdb5fdf17 Author: Adam Harvey <[email protected]> Wed, 14 Nov 2012 18:28:44 +0800 Parents: 0b91d382889e5e68ffd9f43a132e96121270c7c7 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=4dca522a87603f4a5035fcd612eaf4acdb5fdf17 Log: Provide styling for lower level headings in the manual, and make the h3.title style be lower in the visual hierarchy than h2.title. Changed paths: M styles/theme.css Diff: diff --git a/styles/theme.css b/styles/theme.css index 51968d5..b5e3a86 100755 --- a/styles/theme.css +++ b/styles/theme.css @@ -79,10 +79,22 @@ h2 a:focus { } h3.title { - font-size: 1.5em; + font-size: 1.3em; line-height: 2; } +h4.title { + font-size: 1.2em; +} + +h5.title { + font-size: 1.15em; +} + +h6.title { + font-size: 1.1em; +} + h1, h2, h3, h4, h5, h6 { font-weight:normal; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
