diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2015-01-19 21:14:02 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2015-01-19 21:14:02 +0100 |
| commit | 8e75133d79c827bf242a7296662b0c1d55358580 (patch) | |
| tree | 6b61e6790c104edebc794c9df546bd327bc8e43a /phpBB/styles | |
| parent | a537bf9619b5b34f20e5a862910ef5680facd865 (diff) | |
| parent | c29db8e7a4e0acd27078f2fd40532670e9c94fa7 (diff) | |
| download | forums-8e75133d79c827bf242a7296662b0c1d55358580.tar forums-8e75133d79c827bf242a7296662b0c1d55358580.tar.gz forums-8e75133d79c827bf242a7296662b0c1d55358580.tar.bz2 forums-8e75133d79c827bf242a7296662b0c1d55358580.tar.xz forums-8e75133d79c827bf242a7296662b0c1d55358580.zip | |
Merge branch 'develop-ascraeus' into develop
Diffstat (limited to 'phpBB/styles')
| -rw-r--r-- | phpBB/styles/prosilver/theme/content.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 4768309c29..e73f8c9d54 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -276,6 +276,9 @@ dd.option { .postbody img.postimage { max-width: 100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; } .search .postbody { |
