#qp .inline {display: none} is not necessary anymore.

This commit is contained in:
Nicolas Stepien 2012-07-16 00:56:50 +02:00
parent 207ab2004e
commit e94d22dacc
2 changed files with 2 additions and 2 deletions

View File

@ -5227,7 +5227,7 @@ a[href="javascript:;"] {\
#content > [name=tab]:not(:checked) + div,\
#updater:not(:hover) > :not(.move),\
.autohide:not(:hover) > form,\
#qp input, #qp .inline, .forwarded {\
#qp input, .forwarded {\
display: none !important;\
}\
\

View File

@ -4100,7 +4100,7 @@ a[href="javascript:;"] {
#content > [name=tab]:not(:checked) + div,
#updater:not(:hover) > :not(.move),
.autohide:not(:hover) > form,
#qp input, #qp .inline, .forwarded {
#qp input, .forwarded {
display: none !important;
}