This commit is contained in:
peterl%netscape.com 1999-09-10 22:42:53 +00:00
Родитель 1ac1783815
Коммит 702aaf6524
2 изменённых файлов: 16 добавлений и 6 удалений

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

@ -307,14 +307,16 @@ fieldset {
ul, menu, dir {
display: block;
list-style-type: disc;
margin: 1em 0 1em 40px;
margin: 1em 0;
padding-left: 40px;
counter-reset: -html-counter 0;
}
ol {
display: block;
list-style-type: decimal;
margin: 1em 0 1em 40px;
margin: 1em 0;
padding-left: 40px;
counter-reset: -html-counter 0;
}
@ -373,7 +375,7 @@ dl {
dt {
display: block;
}
dl[compact] > DT { /* compact allowed on DL, OL, UL, DIR MENU */
dl[compact] > dt { /* compact allowed on DL, OL, UL, DIR MENU */
display: compact;
}
dd {
@ -383,6 +385,9 @@ dd {
dl dl {
margin: 0 0 0 40px;
}
dt dl, dd dl {
margin: 0;
}
/* leafs */

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

@ -307,14 +307,16 @@ fieldset {
ul, menu, dir {
display: block;
list-style-type: disc;
margin: 1em 0 1em 40px;
margin: 1em 0;
padding-left: 40px;
counter-reset: -html-counter 0;
}
ol {
display: block;
list-style-type: decimal;
margin: 1em 0 1em 40px;
margin: 1em 0;
padding-left: 40px;
counter-reset: -html-counter 0;
}
@ -373,7 +375,7 @@ dl {
dt {
display: block;
}
dl[compact] > DT { /* compact allowed on DL, OL, UL, DIR MENU */
dl[compact] > dt { /* compact allowed on DL, OL, UL, DIR MENU */
display: compact;
}
dd {
@ -383,6 +385,9 @@ dd {
dl dl {
margin: 0 0 0 40px;
}
dt dl, dd dl {
margin: 0;
}
/* leafs */