зеркало из https://github.com/mozilla/pjs.git
Added rule to indent nested DL elements. b=8749 r=liv@duke.edu sr=waterson
This commit is contained in:
Родитель
c2c96e778a
Коммит
fe8639791d
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче