docs only.

my previous change to the list styles was the wrong solution.
this fixes all prior problems with nested lists in OLs, ULs, and DLs
This commit is contained in:
Scott Main
2009-09-01 10:36:55 -07:00
parent f9f9d4f3c3
commit a01ee1ea93

View File

@@ -133,13 +133,17 @@ dd pre, dd table, dd img {
}
li ul,
li ol {
li ol,
dd ul,
dd ol {
margin:0;
padding: 0 0 0 2em;
}
dl li {
padding:.5em 0 0 0;
li li,
dd li {
margin:0;
padding:.5em 0 0;
}
dl dl,