summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-07-07 00:43:56 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-07-07 00:43:56 +0000
commitc266e0d68c1d39ea5d1d9328d002d5bcf72515e3 (patch)
tree64aa14274ae3dfafbeb6907cc7f27e611b7ca706 /theme
parent65ef1cb72a7d93dc2d031e0d9766ed1fb5c27edc (diff)
Added max-height to designsettings and attachment view images
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 854095bad..8ee3a1d7b 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -1033,6 +1033,7 @@ left:40%;
}
#attachment_view img {
max-width:480px;
+max-height:480px;
}
#attachment_view #oembed_info {
margin-top:11px;
@@ -1278,6 +1279,7 @@ margin-bottom:0;
#form_settings_design #settings_design_background-image img {
max-width:480px;
+max-height:480px;
}
#form_settings_design #settings_design_color .form_data,