aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/theme
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2014-03-30 14:19:16 -0700
committerMatt Friedman <maf675@gmail.com>2014-03-30 14:19:16 -0700
commit8ee37def81f4ba571adb51ab6e59623fde478449 (patch)
treefcdc6f2d4f147e84cf0529ab1564bd213ba43b06 /phpBB/styles/subsilver2/theme
parentacb4d90371cfa2682e74e38c8e3bef087ace7600 (diff)
downloadforums-8ee37def81f4ba571adb51ab6e59623fde478449.tar
forums-8ee37def81f4ba571adb51ab6e59623fde478449.tar.gz
forums-8ee37def81f4ba571adb51ab6e59623fde478449.tar.bz2
forums-8ee37def81f4ba571adb51ab6e59623fde478449.tar.xz
forums-8ee37def81f4ba571adb51ab6e59623fde478449.zip
[ticket/11962] Resize posted images to fit and give them a class
PHPBB3-11962
Diffstat (limited to 'phpBB/styles/subsilver2/theme')
-rw-r--r--phpBB/styles/subsilver2/theme/stylesheet.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css
index 11fc91af0c..0bffc33f37 100644
--- a/phpBB/styles/subsilver2/theme/stylesheet.css
+++ b/phpBB/styles/subsilver2/theme/stylesheet.css
@@ -627,6 +627,10 @@ input:focus, select:focus, textarea:focus {
background-color: #FAFAFA;
}
+.postimage {
+ max-width: 99%;
+}
+
.syntaxbg {
color: #FFFFFF;
}