diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-12-17 16:10:39 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-12-17 16:10:39 +0100 |
commit | d546e7fbd947e7c0bf728740886b32ee97508ff6 (patch) | |
tree | 9328f41eabcbcf5f7075994fb9c46ae29a48e118 | |
parent | cc3f77b5fcd7f6d2edccde5a7cd11fdfcf6d507f (diff) | |
parent | 20ab0e16f08db8dfdc978b1d0bbd5b22d345dc8d (diff) | |
download | forums-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.css | 1 |
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%; |