aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-08-11 20:10:33 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-08-11 20:10:33 +0300
commit0b32a97c4711afccc77ff74b32cc0d0ff6b7d6bc (patch)
tree26a847b2ffdce133341eca7f1aa9d6e2a9fa50e5 /phpBB/styles/prosilver
parentc63901fcb59f3795023dc9ea2b35c616fa08b756 (diff)
downloadforums-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.css2
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;
}