[ticket/12728] Adjust .postimage sizing to 100%

PHPBB3-12728
This commit is contained in:
Matt Friedman 2014-06-22 10:36:12 -07:00
parent 09de0c3df9
commit d3db8b6565
2 changed files with 2 additions and 2 deletions

View file

@ -267,7 +267,7 @@ dd.option {
} }
.postbody img.postimage { .postbody img.postimage {
max-width: 99%; max-width: 100%;
} }
.search .postbody { .search .postbody {

View file

@ -632,7 +632,7 @@ input:focus, select:focus, textarea:focus {
} }
.postimage { .postimage {
max-width: 99%; max-width: 100%;
} }
.syntaxbg { .syntaxbg {