]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Changed img max-width to all attachment views
authorSarven Capadisli <csarven@controlyourself.ca>
Tue, 7 Jul 2009 00:22:43 +0000 (00:22 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Tue, 7 Jul 2009 00:22:43 +0000 (00:22 +0000)
theme/base/css/display.css

index 22610bd510b499ee28b37961648636e74275b9bc..854095bad59704e04ccebdb8a5062a06fd1da8c0 100644 (file)
@@ -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;
 }