From d9b51c6db54b21a7d0ded256acc4cf45a22b6f5f Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sat, 23 Mar 2013 15:58:21 +0000 Subject: Redbasic - get rid of max-height for images (got lost in the merge last time it was fixed) --- view/theme/redbasic/css/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'view/theme') 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; } -- cgit v1.2.3