1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 23:41:29 +02:00

Merge remote-tracking branch 'vsephpbb/ticket/11962' into develop-ascraeus

* vsephpbb/ticket/11962:
  [ticket/11962] Resize posted images to fit and give them a class
This commit is contained in:
Joas Schilling
2014-04-04 18:25:01 +02:00
7 changed files with 15 additions and 7 deletions

View File

@@ -273,6 +273,10 @@ div[class].topic-actions {
overflow-x: auto;
}
.postbody img.postimage {
max-width: 99%;
}
.search .postbody {
width: 68%
}