diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-06-17 15:32:29 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-06-17 15:32:29 +0200 |
commit | 9f17e224c4fc491bc28180a7a3f13215c6fea9b0 (patch) | |
tree | 8770543f3cb9c5bed4171242e94cfec7f61678df | |
parent | ceed27fe2714a996dc4d856325eeb346032aeaa9 (diff) | |
parent | 4be0730898d44c2c1a5ac449eb6da27800b74484 (diff) | |
download | forums-9f17e224c4fc491bc28180a7a3f13215c6fea9b0.tar forums-9f17e224c4fc491bc28180a7a3f13215c6fea9b0.tar.gz forums-9f17e224c4fc491bc28180a7a3f13215c6fea9b0.tar.bz2 forums-9f17e224c4fc491bc28180a7a3f13215c6fea9b0.tar.xz forums-9f17e224c4fc491bc28180a7a3f13215c6fea9b0.zip |
Merge pull request #3708 from s9e/ticket/13946
[ticket/13946] Increase the CSS margin around [code] and [list]
-rw-r--r-- | phpBB/styles/prosilver/theme/content.css | 7 |
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..3d2e445c37 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: 0.8em 0 0.9em 3em; } .posthilit { @@ -430,8 +429,7 @@ dd .signature { } .signature ul, .signature ol { - margin-bottom: 1em; - margin-left: 3em; + margin: 0.8em 0 0.9em 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 { |