Small CSS patch to take fix urlbar height expansion introduced in 337427. bug=347085 r=ispiked sr+branch=mconnor

This commit is contained in:
joe@retrovirus.com 2007-11-06 21:08:21 -08:00
parent be682248f2
commit 3efe38730e

View File

@ -720,6 +720,7 @@ toolbar[iconsize="small"] #paste-button[disabled="true"] {
#urlbar-spacer {
visibility: hidden;
height: 0px; /* We just want this widget's horizontal size behavior */
}
/* ::::: page proxy icon ::::: */