Bug 166185 sidebar needa a minimum width

r=oeschger sr=jag a=rjesup
This commit is contained in:
timeless%mac.com 2002-09-06 17:37:50 +00:00
Родитель dbd9a751ec
Коммит 8cd6afaae2
2 изменённых файлов: 8 добавлений и 0 удалений

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

@ -105,3 +105,7 @@
#helpHomeButton:hover:active {
list-style-image: url("chrome://communicator/skin/bookmarks/home-active.gif");
}
#helpsidebar-box {
min-width: 18em;
}

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

@ -138,3 +138,7 @@
#print[disabled="true"] {
-moz-image-region: rect(0, 199px, 33px, 150px) !important;
}
#helpsidebar-box {
min-width: 18em;
}