Commit:    4aa79814ff293f3b75e5c9f59855ecb6e5428421
Author:    Hannes Magnusson <[email protected]>         Sun, 2 Jan 2011 14:47:49 
+0000
Parents:   278e6d235b00d9a5d61a66aa7e5e5d2f92149e32
Branches:  master

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

Log:
Not all ordered lists in the docs have classes

Changed paths:
  M  styles/doc.css


Diff:
diff --git a/styles/doc.css b/styles/doc.css
index 83bc93d..86e611b 100644
--- a/styles/doc.css
+++ b/styles/doc.css
@@ -162,7 +162,7 @@ aside#quicktoc {
 ul.itemizedlist,
 ul.simplelist,
 ul.chunklist,
-ol.qandaset_questions {
+.docs ol {
     padding: 0 0 2px 10px;
     margin: 0 0 2px 10px;
 }
@@ -176,7 +176,7 @@ ul.simplelist
 ul.chunklist {
     list-style-type: disc;
 }
-ol.qandaset_questions {
+.docs ol {
     list-style-type: decimal;
 }
 dl.qandaentry {


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

Reply via email to