Commit: 4fda27da25aa4d4f95c0776ac3269cfc3055d1bb Author: Hannes Magnusson <[email protected]> Tue, 10 Dec 2013 16:36:41 -0800 Parents: 7f8503be38f698b9021c7da796c1f50912393764 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=4fda27da25aa4d4f95c0776ac3269cfc3055d1bb 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
