mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Added some style rules for new content objects
This commit is contained in:
parent
11cfcc38c6
commit
9b03021e16
@ -299,15 +299,9 @@ DD {
|
||||
|
||||
// Leafs
|
||||
|
||||
APPLET {
|
||||
display: inline;
|
||||
}
|
||||
EMBED {
|
||||
display: inline;
|
||||
}
|
||||
OBJECT {
|
||||
display: inline;
|
||||
}
|
||||
HR {
|
||||
display: block;
|
||||
margin-top: 0;
|
||||
@ -345,3 +339,24 @@ OPTION {
|
||||
TEXTAREA {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
// Misc
|
||||
|
||||
APPLET {
|
||||
display: inline;
|
||||
}
|
||||
AREA {
|
||||
display: none;
|
||||
}
|
||||
HEAD {
|
||||
display: none;
|
||||
}
|
||||
MAP {
|
||||
display: none;
|
||||
}
|
||||
META {
|
||||
display: none;
|
||||
}
|
||||
OBJECT {
|
||||
display: inline;
|
||||
}
|
||||
|
@ -299,15 +299,9 @@ DD {
|
||||
|
||||
// Leafs
|
||||
|
||||
APPLET {
|
||||
display: inline;
|
||||
}
|
||||
EMBED {
|
||||
display: inline;
|
||||
}
|
||||
OBJECT {
|
||||
display: inline;
|
||||
}
|
||||
HR {
|
||||
display: block;
|
||||
margin-top: 0;
|
||||
@ -345,3 +339,24 @@ OPTION {
|
||||
TEXTAREA {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
// Misc
|
||||
|
||||
APPLET {
|
||||
display: inline;
|
||||
}
|
||||
AREA {
|
||||
display: none;
|
||||
}
|
||||
HEAD {
|
||||
display: none;
|
||||
}
|
||||
MAP {
|
||||
display: none;
|
||||
}
|
||||
META {
|
||||
display: none;
|
||||
}
|
||||
OBJECT {
|
||||
display: inline;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user