1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Not all ordered lists in the docs have classes

This commit is contained in:
Hannes Magnusson
2011-01-02 14:47:49 +00:00
parent d3b4261548
commit 45624f48ae

View File

@@ -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 {