diff options
author | marijus <mario@mariovavti.com> | 2014-10-30 18:55:24 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-10-30 18:55:24 +0100 |
commit | 4495a30b88a08915e817011076f2095533c903eb (patch) | |
tree | 6a50f2efd7e317b757eecb74ca227622d54f1e3d | |
parent | 6103494630920fbb8620fb83551ad2f3d231cf6e (diff) | |
download | volse-hubzilla-4495a30b88a08915e817011076f2095533c903eb.tar.gz volse-hubzilla-4495a30b88a08915e817011076f2095533c903eb.tar.bz2 volse-hubzilla-4495a30b88a08915e817011076f2095533c903eb.zip |
removing this was not a good idea...
-rw-r--r-- | view/css/conversation.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 959047779..1e9930443 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -127,6 +127,10 @@ a.wall-item-name-link { font-size: 1.112em; } +.wall-item-content img { + max-width: 100%; +} + .wall-item-title h3 { font-weight: bold; margin: 0px; |