Added some style for html4 tags and some nav tags

This commit is contained in:
kipp 1998-07-03 18:41:44 +00:00
Родитель e148ee8200
Коммит 72388e4355
2 изменённых файлов: 18 добавлений и 2 удалений

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

@ -201,6 +201,10 @@ H6 {
font-size: 8pt; font-size: 8pt;
font-weight: bold; font-weight: bold;
} }
LAYER {
display: block;
position: absolute;
}
LISTING { LISTING {
display: block; display: block;
font-family: monospace; font-family: monospace;
@ -293,7 +297,7 @@ SMALL {
display: inline; display: inline;
font-size: smaller; font-size: smaller;
} }
DFN, SPAN { ABBR, ACRONYM, DEL, DFN, INS, Q, SPAN {
display: inline; display: inline;
} }
SUB { SUB {
@ -306,3 +310,7 @@ SUP {
vertical-align: super; vertical-align: super;
font-size: smaller; font-size: smaller;
} }
ILAYER {
position: absolute;
display: inline;
}

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

@ -201,6 +201,10 @@ H6 {
font-size: 8pt; font-size: 8pt;
font-weight: bold; font-weight: bold;
} }
LAYER {
display: block;
position: absolute;
}
LISTING { LISTING {
display: block; display: block;
font-family: monospace; font-family: monospace;
@ -293,7 +297,7 @@ SMALL {
display: inline; display: inline;
font-size: smaller; font-size: smaller;
} }
DFN, SPAN { ABBR, ACRONYM, DEL, DFN, INS, Q, SPAN {
display: inline; display: inline;
} }
SUB { SUB {
@ -306,3 +310,7 @@ SUP {
vertical-align: super; vertical-align: super;
font-size: smaller; font-size: smaller;
} }
ILAYER {
position: absolute;
display: inline;
}