[ticket/11782] Apply line-height correctly

Apply line-height only to bolded elements inside post notices
that are direct child elements of forms.

PHPBB3-11782
This commit is contained in:
Vjacheslav Trushkin 2013-08-11 20:10:33 +03:00
parent c63901fcb5
commit 0b32a97c47

View file

@ -705,7 +705,7 @@ p.post-notice:before {
pointer-events: none;
}
form p.post-notice strong {
form > p.post-notice strong {
line-height: 20px;
}