aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2014-06-22 10:36:12 -0700
committerMatt Friedman <maf675@gmail.com>2014-06-22 10:36:12 -0700
commitd3db8b6565763f2d3ba9224051fe7b2d53389dd3 (patch)
treefcb35b3d4f3f95d1f5ba4a40c7e79745c15605f9 /phpBB
parent09de0c3df9012cb8eda8a4ac5702bd2943f821d1 (diff)
downloadforums-d3db8b6565763f2d3ba9224051fe7b2d53389dd3.tar
forums-d3db8b6565763f2d3ba9224051fe7b2d53389dd3.tar.gz
forums-d3db8b6565763f2d3ba9224051fe7b2d53389dd3.tar.bz2
forums-d3db8b6565763f2d3ba9224051fe7b2d53389dd3.tar.xz
forums-d3db8b6565763f2d3ba9224051fe7b2d53389dd3.zip
[ticket/12728] Adjust .postimage sizing to 100%
PHPBB3-12728
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/theme/content.css2
-rw-r--r--phpBB/styles/subsilver2/theme/stylesheet.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index 9839c2c38c..e90ee9a09d 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -267,7 +267,7 @@ dd.option {
}
.postbody img.postimage {
- max-width: 99%;
+ max-width: 100%;
}
.search .postbody {
diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css
index e69eec4f14..e74adefedd 100644
--- a/phpBB/styles/subsilver2/theme/stylesheet.css
+++ b/phpBB/styles/subsilver2/theme/stylesheet.css
@@ -632,7 +632,7 @@ input:focus, select:focus, textarea:focus {
}
.postimage {
- max-width: 99%;
+ max-width: 100%;
}
.syntaxbg {