- Fix the height of the statusbar so that the progressmeter can be toggled without the height changing

r=fabian, sr=blake, a=asa
part of 82967
This commit is contained in:
ben%netscape.com 2001-06-03 05:14:35 +00:00
parent 955593edd7
commit 0ddf4e6732

View File

@ -182,7 +182,7 @@
border-left : 1px solid ThreeDShadow;
border-right : 1px solid ThreeDHighlight;
border-bottom : 1px solid ThreeDHighlight;
min-height : 16px;
min-height : 1.9em !important;
/* DON'T DELETE. Removes disappearance of scrollbars
* in content pane when window is made smaller.
* Talk to evaughan@netscape.com for details.