Added rule to indent nested DL elements. b=8749 r=liv@duke.edu sr=waterson

This commit is contained in:
attinasi%netscape.com 2001-07-02 21:04:45 +00:00
Родитель a889741b9e
Коммит 08bae81b8c
2 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -243,6 +243,12 @@ hr:after {
margin-right: 40px;
}
/* quirk to indent nested DL elements (b=8749) */
dl > dl {
display: block;
margin-left: 40px;
}
/* Quirk: MAP acts like an inline, not a block */
map {
display: inline;

Просмотреть файл

@ -243,6 +243,12 @@ hr:after {
margin-right: 40px;
}
/* quirk to indent nested DL elements (b=8749) */
dl > dl {
display: block;
margin-left: 40px;
}
/* Quirk: MAP acts like an inline, not a block */
map {
display: inline;