Commit: 98866f630bacf00200913807f842cbaba7110a00 Author: Adam Harvey <[email protected]> Wed, 14 Nov 2012 18:28:44 +0800 Parents: ef0afa18c865adc233a6df257b839138fd660cba Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=98866f630bacf00200913807f842cbaba7110a00 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
