Backing out changeset ec3a3468d1b9 to see whether it's responsible for the Txul regression

This commit is contained in:
Boris Zbarsky 2008-10-02 10:03:21 -04:00
Родитель 2111950092
Коммит f3858013ec
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -24,10 +24,10 @@
display: none;
}
.tabbrowser-tabs:not([closebuttons="noclose"]):not([closebuttons="closeatend"]) > .tabbrowser-tab[selected="true"]:not(:only-child) > .tab-close-button {
.tabbrowser-tabs:not([closebuttons="noclose"]):not([closebuttons="closeatend"]) > .tabbrowser-tab[selected="true"] > .tab-close-button {
display: -moz-box;
}
.tabbrowser-tabs[closebuttons="alltabs"] > .tabbrowser-tab:not(:only-child) > .tab-close-button {
.tabbrowser-tabs[closebuttons="alltabs"] > .tabbrowser-tab > .tab-close-button {
display: -moz-box;
}