diff options
author | Thomas Willingham <founder@kakste.com> | 2013-03-23 21:19:54 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-03-23 21:19:54 +0000 |
commit | 43af9b14295006ac7004406000690bd39b4de35e (patch) | |
tree | 07cec020f82c39ff7bad35d4330e549cefd132e7 /view | |
parent | 4b6bc77977eb64eb9f41126fdccec65008f37854 (diff) | |
parent | d9b51c6db54b21a7d0ded256acc4cf45a22b6f5f (diff) | |
download | volse-hubzilla-43af9b14295006ac7004406000690bd39b4de35e.tar.gz volse-hubzilla-43af9b14295006ac7004406000690bd39b4de35e.tar.bz2 volse-hubzilla-43af9b14295006ac7004406000690bd39b4de35e.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 03a956a0e..26d296216 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1090,8 +1090,7 @@ footer { } .wall-item-content img { - max-height: 95% !important; - max-width: 95% !important; + max-width: 95% !important; /* box-shadow: 8px 8px 8px #666; can't really have this because of smileys */ } @@ -3754,4 +3753,4 @@ ul.menu-popup { .profile-match-connect { margin-top: 5px; } .reshared-content { margin-left: 30px; } -.shared_header img { margin-right: 10px; }
\ No newline at end of file +.shared_header img { margin-right: 10px; } |