1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/11962] Resize posted images to fit and give them a class

PHPBB3-11962
This commit is contained in:
Matt Friedman
2014-03-30 14:19:16 -07:00
parent acb4d90371
commit 8ee37def81
7 changed files with 15 additions and 7 deletions

View File

@@ -627,6 +627,10 @@ input:focus, select:focus, textarea:focus {
background-color: #FAFAFA;
}
.postimage {
max-width: 99%;
}
.syntaxbg {
color: #FFFFFF;
}