aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2014-06-16 17:53:09 -0700
committerMatt Friedman <maf675@gmail.com>2014-06-16 17:53:09 -0700
commit09de0c3df9012cb8eda8a4ac5702bd2943f821d1 (patch)
tree62677d6afeb7256286145ce742fc75b4c33cb91b /phpBB
parent663c375f5c1547e80f79aae0775eed0039956699 (diff)
downloadforums-09de0c3df9012cb8eda8a4ac5702bd2943f821d1.tar
forums-09de0c3df9012cb8eda8a4ac5702bd2943f821d1.tar.gz
forums-09de0c3df9012cb8eda8a4ac5702bd2943f821d1.tar.bz2
forums-09de0c3df9012cb8eda8a4ac5702bd2943f821d1.tar.xz
forums-09de0c3df9012cb8eda8a4ac5702bd2943f821d1.zip
[ticket/12728] Enforce box model sizing on image attachment thumbnails
PHPBB3-12728
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/theme/content.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index 9d87d3217f..9839c2c38c 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -602,6 +602,7 @@ dl.file dd {
dl.thumbnail img {
padding: 3px;
border: 1px solid transparent;
+ box-sizing: border-box;
}
dl.thumbnail dd {