diff options
author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-08-11 20:10:33 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-08-11 20:10:33 +0300 |
commit | 0b32a97c4711afccc77ff74b32cc0d0ff6b7d6bc (patch) | |
tree | 26a847b2ffdce133341eca7f1aa9d6e2a9fa50e5 /phpBB/styles/prosilver | |
parent | c63901fcb59f3795023dc9ea2b35c616fa08b756 (diff) | |
download | forums-0b32a97c4711afccc77ff74b32cc0d0ff6b7d6bc.tar forums-0b32a97c4711afccc77ff74b32cc0d0ff6b7d6bc.tar.gz forums-0b32a97c4711afccc77ff74b32cc0d0ff6b7d6bc.tar.bz2 forums-0b32a97c4711afccc77ff74b32cc0d0ff6b7d6bc.tar.xz forums-0b32a97c4711afccc77ff74b32cc0d0ff6b7d6bc.zip |
[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
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index cdafc706df..4a77dc78d0 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -705,7 +705,7 @@ p.post-notice:before { pointer-events: none; } -form p.post-notice strong { +form > p.post-notice strong { line-height: 20px; } |