This commit is contained in:
sspitzer%netscape.com 2000-05-01 23:59:17 +00:00
Родитель d6f3a1e320
Коммит a35969a46c
1 изменённых файлов: 0 добавлений и 6 удалений

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

@ -95,24 +95,18 @@
border: 1px inset white;
}
/* Image URLs for all Editor toolbar buttons */
#boldButton {
list-style-image:url(chrome://editor/skin/images/bold.gif);
font-weight: bold;
}
#italicButton {
list-style-image:url(chrome://editor/skin/images/italic.gif);
/* font-weight: bold; */
font-style: italic;
}
#underlineButton {
list-style-image:url(chrome://editor/skin/images/underline.gif);
font-weight: normal;
text-decoration: underline;
}
#newButton {