Bug 480143 - New Tab button made the tab bar 2px higher. r=gavin

This commit is contained in:
Dão Gottwald 2009-02-25 19:55:48 +01:00
Родитель 991ef9634a
Коммит 74bfe47fd0
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -1278,7 +1278,8 @@ tabpanels {
} }
.tabs-newtab-button > .toolbarbutton-icon { .tabs-newtab-button > .toolbarbutton-icon {
margin: 0 0 -1px; margin-top: -2px;
margin-bottom: -2px;
} }
/* Tabstrip close button */ /* Tabstrip close button */