Do not hide <br> elements in .msg_*

As much as I hate these, but this was not a good idea in hindsight.

References #287
This commit is contained in:
Matthias Mees 2015-02-03 17:09:46 +01:00
parent 4030c2ffb0
commit 02cf5a3f29

View File

@ -2345,11 +2345,7 @@ label .perm_name,
.no-js #category_filter,
.js .additional_info,
.js .installer .icon-info-circled,
.hidden,
.msg_error > br,
.msg_success > br,
.msg_notice > br,
.msg_hint > br {
.hidden {
display: none !important;
visibility: hidden;
}