Finish fixing bug 114641. r=biesi, sr=dbaron

This commit is contained in:
bzbarsky%mit.edu 2005-10-17 00:52:58 +00:00
Родитель 6a0603dafe
Коммит 3f370ce796
1 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -395,10 +395,8 @@ hr[size="1"] {
img:-moz-broken::before, input:-moz-broken::before,
img:-moz-user-disabled::before, input:-moz-user-disabled::before,
img:-moz-loading::before, input:-moz-loading::before,
/* Nonempty applets should just show their kids.
XXXbz do we need a selector that will ignore <param> elements? */
applet:empty:-moz-broken::before,
applet:empty:-moz-user-disabled::before {
applet:-moz-empty-except-children-with-localname(param):-moz-broken::before,
applet:-moz-empty-except-children-with-localname(param):-moz-user-disabled::before {
content: -moz-alt-content !important;
}