Commit:    f68c555c60757774739ba9ce55e3830539c6529a
Author:    Hannes Magnusson <[email protected]>         Thu, 30 Dec 2010 10:12:52 
+0000
Parents:   db3ebd93ad5f0b34be2bccc8e2109aaea2ae1230
Branches:  master

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

Log:
Improve reference pages lists

Changed paths:
  M  styles/doc.css


Diff:
diff --git a/styles/doc.css b/styles/doc.css
index b961ec6..a1b4259 100644
--- a/styles/doc.css
+++ b/styles/doc.css
@@ -148,14 +148,20 @@ aside#quicktoc {
 /* }}} */
 
 /* {{{ lists */
+ul.itemizedlist,
+ul.simplelist,
+ul.chunklist {
+    padding: 0 0 2px 10px;
+    margin: 0 0 2px 10px;
+}
 ul.itemizedlist {
-    padding: 10px;
-    margin: 10px;
     list-style-type: circle;
 }
-ul.simplelist {
-    padding: 10px;
-    margin: 10px;
+ul.simplelist
+{
+    list-style-type: disc;
+}
+ul.chunklist {
     list-style-type: disc;
 }
 /* }}} */


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

Reply via email to