Reverse the order of hidden/collapsed rules.

This commit is contained in:
hyatt%netscape.com 2002-10-07 18:43:25 +00:00
Родитель 07d11e97ed
Коммит 8a81e1878e
1 изменённых файлов: 9 добавлений и 7 удалений

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

@ -17,17 +17,19 @@
display: -moz-box;
}
/* hide the content and destroy the frame */
*[hidden="true"] {
display: none;
}
/* hide the content, but don't destroy the frames */
/* hide the content, but don't destroy the frames. Make sure this
comes before any rules involving "hidden" */
*[collapsed="true"],
*[moz-collapsed="true"] {
visibility: collapse;
}
/* The rule for hidden comes AFTER the rule for collapsed. That way if
both are specified on an element, the hidden rule wins. */
/* hide the content and destroy the frame */
*[hidden="true"] {
display: none;
}
/* ::::::::::
:: Rules for 'hiding' portions of the chrome for special