Use consistent CSS for tab label text and its shadow, so userChrome.css modifications are less likely to cause mismatched fonts or font sizes (bug 434348). r=kmgerich, sr=mconnor

This commit is contained in:
Jesse Ruderman 2008-06-10 17:25:12 -07:00
Родитель dc6a86aaf8
Коммит 57c6a069d8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1636,12 +1636,12 @@ toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
}
.tab-text {
font: message-box;
margin-top: 0 !important;
}
.tab-text,
.tab-text-shadow {
font: message-box;
font-weight: bold !important;
}