зеркало из https://github.com/mozilla/pjs.git
Made applet's, embed's and object's inlines
This commit is contained in:
Родитель
4b95268bb9
Коммит
6c9f53efd0
|
@ -299,6 +299,15 @@ DD {
|
||||||
|
|
||||||
// Leafs
|
// Leafs
|
||||||
|
|
||||||
|
APPLET {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
EMBED {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
OBJECT {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
HR {
|
HR {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
|
@ -299,6 +299,15 @@ DD {
|
||||||
|
|
||||||
// Leafs
|
// Leafs
|
||||||
|
|
||||||
|
APPLET {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
EMBED {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
OBJECT {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
HR {
|
HR {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче