aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-12-17 16:10:39 +0100
committerMarc Alexander <admin@m-a-styles.de>2017-12-17 16:10:39 +0100
commitd546e7fbd947e7c0bf728740886b32ee97508ff6 (patch)
tree9328f41eabcbcf5f7075994fb9c46ae29a48e118
parentcc3f77b5fcd7f6d2edccde5a7cd11fdfcf6d507f (diff)
parent20ab0e16f08db8dfdc978b1d0bbd5b22d345dc8d (diff)
downloadforums-d546e7fbd947e7c0bf728740886b32ee97508ff6.tar
forums-d546e7fbd947e7c0bf728740886b32ee97508ff6.tar.gz
forums-d546e7fbd947e7c0bf728740886b32ee97508ff6.tar.bz2
forums-d546e7fbd947e7c0bf728740886b32ee97508ff6.tar.xz
forums-d546e7fbd947e7c0bf728740886b32ee97508ff6.zip
Merge pull request #5054 from hanakin/ticket/15470
[ticket/15470] Add font-size prop to .attachbox
-rw-r--r--phpBB/styles/prosilver/theme/content.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index cd420b7614..807633864c 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -529,6 +529,7 @@ blockquote .codebox {
/* Attachments
----------------------------------------*/
.attachbox {
+ font-size: 13px;
float: left;
width: auto;
max-width: 100%;