aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis7777 <louis7777@github.com>2017-05-04 20:04:11 +0300
committerLouis7777 <louis7777@github.com>2017-05-04 20:04:11 +0300
commit0c79cdcb31a66b89963008e88fd3b15f7e952489 (patch)
treec27bf8d517981d9abd9f7545d7bd92f35c3ec101
parentcc40d64e2488d2a33ced9ca3e3201b37e3041aaa (diff)
downloadforums-0c79cdcb31a66b89963008e88fd3b15f7e952489.tar
forums-0c79cdcb31a66b89963008e88fd3b15f7e952489.tar.gz
forums-0c79cdcb31a66b89963008e88fd3b15f7e952489.tar.bz2
forums-0c79cdcb31a66b89963008e88fd3b15f7e952489.tar.xz
forums-0c79cdcb31a66b89963008e88fd3b15f7e952489.zip
[ticket/15212] Fix code box double horizontal scrollbars
The code box has two overflow properties set, one on the code element and one on the parent div container, causing double horizontal scrollbars. PHPBB3-15212
-rw-r--r--phpBB/styles/prosilver/theme/content.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index c6914e8541..97037dfcc9 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -501,7 +501,7 @@ blockquote cite > div {
text-transform: uppercase;
border-bottom: 1px solid transparent;
margin-bottom: 0;
- padding: 3px 3px 0 3px;
+ padding: 3px;
font-size: 0.8em !important;
font-weight: bold;
display: block;