Fixed rule to make text and background buttons join together on toolbar

This commit is contained in:
cmanske%netscape.com 1999-09-03 01:16:39 +00:00
Родитель b134c19981
Коммит cb72d8345b
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -51,11 +51,11 @@ select.combobox {
border-style: outset;
}
titledbutton#TextColorPopup {
titledbutton#TextColorPopupButton {
margin-right: -3px;
}
titledbutton#BackColorPopup {
titledbutton#BackColorPopupButton {
margin-left: -3px;
}