aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-06-14 19:06:36 +0200
committerJoshyPHP <s9e.dev@gmail.com>2015-06-14 19:06:36 +0200
commit08c7afedfa544d289da3880858df825144fa24e2 (patch)
treea3e9961557443acfacf0806ad9500dfe5451c95b /phpBB/styles/prosilver/theme
parent2a662c5e07cdf14410bdc3cc48250443dfdeb269 (diff)
downloadforums-08c7afedfa544d289da3880858df825144fa24e2.tar
forums-08c7afedfa544d289da3880858df825144fa24e2.tar.gz
forums-08c7afedfa544d289da3880858df825144fa24e2.tar.bz2
forums-08c7afedfa544d289da3880858df825144fa24e2.tar.xz
forums-08c7afedfa544d289da3880858df825144fa24e2.zip
[ticket/13946] Increase the CSS margin around [code] and [list]
PHPBB3-13946
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r--phpBB/styles/prosilver/theme/content.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index f8eefb1b8e..cfddf5df5b 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -383,8 +383,7 @@ dl.faq dt {
}
.content ul, .content ol {
- margin-bottom: 1em;
- margin-left: 3em;
+ margin: 1em 0 1.2em 3em;
}
.posthilit {
@@ -430,8 +429,7 @@ dd .signature {
}
.signature ul, .signature ol {
- margin-bottom: 1em;
- margin-left: 3em;
+ margin: 1em 0 1.2em 3em;
}
/* Post noticies */
@@ -493,6 +491,7 @@ blockquote.uncited {
padding: 3px;
border: 1px solid transparent;
font-size: 1em;
+ margin: 1em 0 1.2em 0;
}
.codebox p {