diff options
author | Thomas Willingham <founder@kakste.com> | 2013-03-11 02:19:25 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-03-11 02:19:25 +0000 |
commit | dd45daaad8637f72aa9d0f927f89e637783fdbf8 (patch) | |
tree | c06ef28402972e21672db7b96394cccaf5621589 | |
parent | 0d504715c1859276e919ddc6b236f946c783714f (diff) | |
download | volse-hubzilla-dd45daaad8637f72aa9d0f927f89e637783fdbf8.tar.gz volse-hubzilla-dd45daaad8637f72aa9d0f927f89e637783fdbf8.tar.bz2 volse-hubzilla-dd45daaad8637f72aa9d0f927f89e637783fdbf8.zip |
Get rid of max-height - no longer breaks newer versions of chrome, but does break showmore.
-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 c6490a573..b20b1434e 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 */ } @@ -3777,4 +3776,4 @@ ul.menu-popup { margin-top: 8px; } -.profile-match-connect { margin-top: 5px; }
\ No newline at end of file +.profile-match-connect { margin-top: 5px; } |