1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 21:54:00 +02:00

Merge pull request #2609 from VSEphpbb/ticket/12728

[ticket/12728] Enforce box model sizing on image attachment thumbnails

* VSEphpbb/ticket/12728:
  [ticket/12728] Adjust .postimage sizing to 100%
  [ticket/12728] Enforce box model sizing on image attachment thumbnails
This commit is contained in:
Joas Schilling
2014-06-23 19:42:19 +02:00
2 changed files with 3 additions and 2 deletions

View File

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