From: Sarven Capadisli Date: Tue, 7 Jul 2009 00:22:43 +0000 (+0000) Subject: Changed img max-width to all attachment views X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=acb305b34a5ff1dcd6f90eeb93ea2634dc77863e;p=quix0rs-gnu-social.git Changed img max-width to all attachment views --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 22610bd510..854095bad5 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; }