summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-07-07 00:22:43 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-07-07 00:22:43 +0000
commitacb305b34a5ff1dcd6f90eeb93ea2634dc77863e (patch)
tree3406fbb2d1575993bed289154b070d3b7bae0cdc /theme
parentd48d27d79f9c51aa3bde345c1c69ade1d93e8b2e (diff)
Changed img max-width to all attachment views
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css6
1 files 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;
}