зеркало из https://github.com/mozilla/pjs.git
Make marquee 'display: block' so that styling it works correctly. (The XBL binding already forces block-like display.) b=163031 r=doron sr=kin
This commit is contained in:
Родитель
828b6ba508
Коммит
f48183ce50
|
@ -533,6 +533,7 @@ noembed, noscript, param {
|
|||
|
||||
/* emulation of non-standard HTML <marquee> tag */
|
||||
marquee {
|
||||
display: block;
|
||||
-moz-binding: url('chrome://xbl-marquee/content/xbl-marquee.xml#marquee-horizontal');
|
||||
}
|
||||
|
||||
|
|
|
@ -533,6 +533,7 @@ noembed, noscript, param {
|
|||
|
||||
/* emulation of non-standard HTML <marquee> tag */
|
||||
marquee {
|
||||
display: block;
|
||||
-moz-binding: url('chrome://xbl-marquee/content/xbl-marquee.xml#marquee-horizontal');
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче