This commit is contained in:
kipp 1998-07-10 20:28:04 +00:00
Родитель 81811ffa88
Коммит 6d3504205c
2 изменённых файлов: 6 добавлений и 18 удалений

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

@ -86,7 +86,9 @@ OL UL, UL UL {
}
UL UL, UL OL, OL UL, OL OL {
padding-left: 40px; /* nav4's value */
padding-left: 40px; /* COMPATABILITY: nav4's value */
margin-top: 0; /* COMPATABILITY: nested lists !get auto margins */
margin-bottom: 0; /* COMPATABILITY: nested lists !get auto margins */
}
UL UL UL, UL OL UL, OL UL UL, OL OL UL {
@ -174,43 +176,36 @@ CENTER {
}
DIV {
display: block;
margin-bottom: 1em;
}
H1 {
display: block;
font-size: 22pt;
font-weight: bold;
margin-bottom: 1em;
}
H2 {
display: block;
font-size: 16pt;
font-weight: bold;
margin-bottom: 1em;
}
H3 {
display: block;
font-size: 13pt;
font-weight: bold;
margin-bottom: 1em;
}
H4 {
display: block;
font-size: 12pt;
font-weight: bold;
margin-bottom: 1em;
}
H5 {
display: block;
font-size: 9pt;
font-weight: bold;
margin-bottom: 1em;
}
H6 {
display: block;
font-size: 8pt;
font-weight: bold;
margin-bottom: 1em;
}
LAYER {
display: block;
@ -228,7 +223,6 @@ NOBR {
}
P {
display: block;
margin-bottom: 1em;
}
PLAINTEXT, XMP, PRE {
display: block; // Note: need before and after breaks

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

@ -86,7 +86,9 @@ OL UL, UL UL {
}
UL UL, UL OL, OL UL, OL OL {
padding-left: 40px; /* nav4's value */
padding-left: 40px; /* COMPATABILITY: nav4's value */
margin-top: 0; /* COMPATABILITY: nested lists !get auto margins */
margin-bottom: 0; /* COMPATABILITY: nested lists !get auto margins */
}
UL UL UL, UL OL UL, OL UL UL, OL OL UL {
@ -174,43 +176,36 @@ CENTER {
}
DIV {
display: block;
margin-bottom: 1em;
}
H1 {
display: block;
font-size: 22pt;
font-weight: bold;
margin-bottom: 1em;
}
H2 {
display: block;
font-size: 16pt;
font-weight: bold;
margin-bottom: 1em;
}
H3 {
display: block;
font-size: 13pt;
font-weight: bold;
margin-bottom: 1em;
}
H4 {
display: block;
font-size: 12pt;
font-weight: bold;
margin-bottom: 1em;
}
H5 {
display: block;
font-size: 9pt;
font-weight: bold;
margin-bottom: 1em;
}
H6 {
display: block;
font-size: 8pt;
font-weight: bold;
margin-bottom: 1em;
}
LAYER {
display: block;
@ -228,7 +223,6 @@ NOBR {
}
P {
display: block;
margin-bottom: 1em;
}
PLAINTEXT, XMP, PRE {
display: block; // Note: need before and after breaks