зеркало из 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-weight: bold;
|
||||
}
|
||||
LAYER {
|
||||
display: block;
|
||||
position: absolute;
|
||||
}
|
||||
LISTING {
|
||||
display: block;
|
||||
font-family: monospace;
|
||||
|
@ -293,7 +297,7 @@ SMALL {
|
|||
display: inline;
|
||||
font-size: smaller;
|
||||
}
|
||||
DFN, SPAN {
|
||||
ABBR, ACRONYM, DEL, DFN, INS, Q, SPAN {
|
||||
display: inline;
|
||||
}
|
||||
SUB {
|
||||
|
@ -306,3 +310,7 @@ SUP {
|
|||
vertical-align: super;
|
||||
font-size: smaller;
|
||||
}
|
||||
ILAYER {
|
||||
position: absolute;
|
||||
display: inline;
|
||||
}
|
||||
|
|
|
@ -201,6 +201,10 @@ H6 {
|
|||
font-size: 8pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
LAYER {
|
||||
display: block;
|
||||
position: absolute;
|
||||
}
|
||||
LISTING {
|
||||
display: block;
|
||||
font-family: monospace;
|
||||
|
@ -293,7 +297,7 @@ SMALL {
|
|||
display: inline;
|
||||
font-size: smaller;
|
||||
}
|
||||
DFN, SPAN {
|
||||
ABBR, ACRONYM, DEL, DFN, INS, Q, SPAN {
|
||||
display: inline;
|
||||
}
|
||||
SUB {
|
||||
|
@ -306,3 +310,7 @@ SUP {
|
|||
vertical-align: super;
|
||||
font-size: smaller;
|
||||
}
|
||||
ILAYER {
|
||||
position: absolute;
|
||||
display: inline;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче