Commit:    730a64ba90a5501d705cf1865aa72cf8eebf6990
Author:    Hannes Magnusson <[email protected]>         Fri, 24 Jan 2014 
13:19:14 -0800
Parents:   600e1239b7745ee9b2b03a8222eeb6a15a2c2ce6
Branches:  master

Link:       
http://git.php.net/?p=web/shared.git;a=commitdiff;h=730a64ba90a5501d705cf1865aa72cf8eebf6990

Log:
Attempt to bring back the bullet styles for lists

Changed paths:
  M  styles/wiki.css


Diff:
diff --git a/styles/wiki.css b/styles/wiki.css
index 24a6e13..e033f3d 100644
--- a/styles/wiki.css
+++ b/styles/wiki.css
@@ -938,6 +938,9 @@ div.code pre.codeShown {
        text-overflow: ellipsis;
        word-wrap: break-word;
 }
+ul .level1, ul .level2, ul .level3 {
+       overflow: auto;
+}
 .code {
        word-wrap: normal;
 }


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to