am cca05d9e
: am a01ee1ea
: 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
Merge commit 'cca05d9e658b4357995a73ca72793d46100aae8e' into eclair-plus-aosp * commit 'cca05d9e658b4357995a73ca72793d46100aae8e': docs only.
This commit is contained in:
commit
d90f315fc0
1 changed files with 7 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue