diff options
author | Michael Miday <midaym@gmail.com> | 2017-11-28 09:20:27 -0500 |
---|---|---|
committer | Michael Miday <midaym@gmail.com> | 2017-11-28 09:20:27 -0500 |
commit | 20ab0e16f08db8dfdc978b1d0bbd5b22d345dc8d (patch) | |
tree | 521356e83a2aeb37b9abc8550242e1ef19e720f0 | |
parent | b66b497429dfb1cc7a2ea56a022faf96c33d86dd (diff) | |
download | forums-20ab0e16f08db8dfdc978b1d0bbd5b22d345dc8d.tar forums-20ab0e16f08db8dfdc978b1d0bbd5b22d345dc8d.tar.gz forums-20ab0e16f08db8dfdc978b1d0bbd5b22d345dc8d.tar.bz2 forums-20ab0e16f08db8dfdc978b1d0bbd5b22d345dc8d.tar.xz forums-20ab0e16f08db8dfdc978b1d0bbd5b22d345dc8d.zip |
[ticket/15470] Add font-size
PHPBB3-15470
-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%; |