mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 11:28:38 +00:00
Added some style for html4 tags and some nav tags
This commit is contained in:
parent
e148ee8200
commit
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user