aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Miday <midaym@gmail.com>2015-11-24 18:38:48 +0100
committerMichael Miday <midaym@gmail.com>2015-11-24 18:38:48 +0100
commit9225507c455cac2db44246cc2290c8680d36c8fb (patch)
tree317f8ac14ad18f4552928b8483fcce8be242a0f8
parent0b444814e51595981c1f03371c4607be24f7b0a9 (diff)
downloadforums-9225507c455cac2db44246cc2290c8680d36c8fb.tar
forums-9225507c455cac2db44246cc2290c8680d36c8fb.tar.gz
forums-9225507c455cac2db44246cc2290c8680d36c8fb.tar.bz2
forums-9225507c455cac2db44246cc2290c8680d36c8fb.tar.xz
forums-9225507c455cac2db44246cc2290c8680d36c8fb.zip
[ticket/14295]Fix spacing
PHPBB3-14295
-rw-r--r--phpBB/styles/prosilver/theme/common.css13
1 files changed, 0 insertions, 13 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index af8fa33632..ef6a07cebb 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -1004,23 +1004,10 @@ div.rules ul, div.rules ol {
p.post-notice {
position: relative;
padding: 5px;
- padding-left: 26px;
min-height: 14px;
margin-bottom: 1em;
}
-p.post-notice:before {
- content: '';
- display: block;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- width: 28px;
- background: transparent none 50% 50% no-repeat;
- pointer-events: none;
-}
-
form > p.post-notice strong {
line-height: 20px;
}