add support for sidebar titles to be <text> nodes, not just <html:div>'s

This commit is contained in:
alecf%netscape.com 2000-04-18 07:25:24 +00:00
Родитель 1462df42b3
Коммит a49a914d0d
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -104,6 +104,11 @@ iframe.panel-frame {
margin: 2px;
}
.sidebar-main-header > text {
font-weight: bold;
margin: 2px;
}
.sidebar-main-header > titledbutton {
padding: 0px;
}