зеркало из https://github.com/mozilla/gecko-dev.git
Added some style for html4 tags and some nav tags
This commit is contained in:
Родитель
e148ee8200
Коммит
72388e4355
|
@ -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;
|
||||||
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче