mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
[ticket/17150] Set max width for forum-image img
PHPBB3-17150
This commit is contained in:
parent
5ee2efd4c2
commit
cfd15752ee
1 changed files with 4 additions and 0 deletions
|
@ -88,6 +88,10 @@ ul.topiclist dfn {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.forum-image img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
li.row {
|
li.row {
|
||||||
border-top: 1px solid transparent;
|
border-top: 1px solid transparent;
|
||||||
border-bottom: 1px solid transparent;
|
border-bottom: 1px solid transparent;
|
||||||
|
|
Loading…
Add table
Reference in a new issue