Commit: 4f0b4abea98844cbcdfdd3078347bb09e149a5e1 Author: Hannes Magnusson <[email protected]> Fri, 24 Jan 2014 13:48:14 -0800 Parents: 730a64ba90a5501d705cf1865aa72cf8eebf6990 Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=4f0b4abea98844cbcdfdd3078347bb09e149a5e1 Log: No clue why, but this fixes the bullet points :] Changed paths: M styles/wiki.css Diff: diff --git a/styles/wiki.css b/styles/wiki.css index e033f3d..8c20374 100644 --- a/styles/wiki.css +++ b/styles/wiki.css @@ -938,8 +938,9 @@ div.code pre.codeShown { text-overflow: ellipsis; word-wrap: break-word; } +ol .level1, ol .level2, ol .level3, ul .level1, ul .level2, ul .level3 { - overflow: auto; + overflow: inherit; } .code { word-wrap: normal; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
