Commit: 7e41aa61420d657d178480d416cb51a9d55b1331 Author: Hannes Magnusson <[email protected]> Tue, 10 Dec 2013 16:36:41 -0800 Parents: 0c99516c912629fa209c4d7b4d70abb064d15886 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=7e41aa61420d657d178480d416cb51a9d55b1331 Log: Simplify and fix the margin on ol.li in the way Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 1f8a400..588d844 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -2871,13 +2871,11 @@ fieldset { margin: 0; padding: 0; } -ul.listed, -ol.listed { +.listed { list-style: disc; display: block; } -ul.listed, -ol.listed li { +.listed li { margin: 10px 30px; } .content-box li { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
