summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-06-30 03:05:45 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-06-30 03:05:45 +0000
commitccfe0e018d56bc457db87a8eb5da3bf44b1a0ffd (patch)
tree97f291586a6e259671f2bd1d6bee085a52493653 /theme
parent357f3784b590f43ec0968a4c713b0fca2ec26074 (diff)
Updated jOverlay version and set max-width for images
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index dd89f3543..c349f14be 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -1023,7 +1023,9 @@ border-radius:7px;
-moz-border-radius:7px;
-webkit-border-radius:7px;
}
-
+#jOverlayContent #content img {
+max-width:480px;
+}
#attachment_view #oembed_info {
margin-top:11px;
}