diff options
author | Matt Friedman <maf675@gmail.com> | 2014-06-16 17:53:09 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2014-06-16 17:53:09 -0700 |
commit | 09de0c3df9012cb8eda8a4ac5702bd2943f821d1 (patch) | |
tree | 62677d6afeb7256286145ce742fc75b4c33cb91b /phpBB | |
parent | 663c375f5c1547e80f79aae0775eed0039956699 (diff) | |
download | forums-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.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 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 { |