From d3db8b6565763f2d3ba9224051fe7b2d53389dd3 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sun, 22 Jun 2014 10:36:12 -0700 Subject: [PATCH] [ticket/12728] Adjust .postimage sizing to 100% PHPBB3-12728 --- phpBB/styles/prosilver/theme/content.css | 2 +- phpBB/styles/subsilver2/theme/stylesheet.css | 2 +- 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 {