From acb305b34a5ff1dcd6f90eeb93ea2634dc77863e Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Tue, 7 Jul 2009 00:22:43 +0000 Subject: Changed img max-width to all attachment views --- theme/base/css/display.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 22610bd51..854095bad 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1027,13 +1027,13 @@ border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; } -#jOverlayContent #content img { -max-width:480px; -} #jOverlayLoading { top:22.5%; left:40%; } +#attachment_view img { +max-width:480px; +} #attachment_view #oembed_info { margin-top:11px; } -- cgit v1.2.3-54-g00ecf