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 { 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 { UL UL UL, UL OL UL, OL UL UL, OL OL UL {
@ -174,43 +176,36 @@ CENTER {
} }
DIV { DIV {
display: block; display: block;
margin-bottom: 1em;
} }
H1 { H1 {
display: block; display: block;
font-size: 22pt; font-size: 22pt;
font-weight: bold; font-weight: bold;
margin-bottom: 1em;
} }
H2 { H2 {
display: block; display: block;
font-size: 16pt; font-size: 16pt;
font-weight: bold; font-weight: bold;
margin-bottom: 1em;
} }
H3 { H3 {
display: block; display: block;
font-size: 13pt; font-size: 13pt;
font-weight: bold; font-weight: bold;
margin-bottom: 1em;
} }
H4 { H4 {
display: block; display: block;
font-size: 12pt; font-size: 12pt;
font-weight: bold; font-weight: bold;
margin-bottom: 1em;
} }
H5 { H5 {
display: block; display: block;
font-size: 9pt; font-size: 9pt;
font-weight: bold; font-weight: bold;
margin-bottom: 1em;
} }
H6 { H6 {
display: block; display: block;
font-size: 8pt; font-size: 8pt;
font-weight: bold; font-weight: bold;
margin-bottom: 1em;
} }
LAYER { LAYER {
display: block; display: block;
@ -228,7 +223,6 @@ NOBR {
} }
P { P {
display: block; display: block;
margin-bottom: 1em;
} }
PLAINTEXT, XMP, PRE { PLAINTEXT, XMP, PRE {
display: block; // Note: need before and after breaks display: block; // Note: need before and after breaks

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

@ -86,7 +86,9 @@ OL UL, UL UL {
} }
UL UL, UL OL, OL UL, OL OL { 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 { UL UL UL, UL OL UL, OL UL UL, OL OL UL {
@ -174,43 +176,36 @@ CENTER {
} }
DIV { DIV {
display: block; display: block;
margin-bottom: 1em;
} }
H1 { H1 {
display: block; display: block;
font-size: 22pt; font-size: 22pt;
font-weight: bold; font-weight: bold;
margin-bottom: 1em;
} }
H2 { H2 {
display: block; display: block;
font-size: 16pt; font-size: 16pt;
font-weight: bold; font-weight: bold;
margin-bottom: 1em;
} }
H3 { H3 {
display: block; display: block;
font-size: 13pt; font-size: 13pt;
font-weight: bold; font-weight: bold;
margin-bottom: 1em;
} }
H4 { H4 {
display: block; display: block;
font-size: 12pt; font-size: 12pt;
font-weight: bold; font-weight: bold;
margin-bottom: 1em;
} }
H5 { H5 {
display: block; display: block;
font-size: 9pt; font-size: 9pt;
font-weight: bold; font-weight: bold;
margin-bottom: 1em;
} }
H6 { H6 {
display: block; display: block;
font-size: 8pt; font-size: 8pt;
font-weight: bold; font-weight: bold;
margin-bottom: 1em;
} }
LAYER { LAYER {
display: block; display: block;
@ -228,7 +223,6 @@ NOBR {
} }
P { P {
display: block; display: block;
margin-bottom: 1em;
} }
PLAINTEXT, XMP, PRE { PLAINTEXT, XMP, PRE {
display: block; // Note: need before and after breaks display: block; // Note: need before and after breaks