Changed img max-width to all attachment views

This commit is contained in:
Sarven Capadisli 2009-07-07 00:22:43 +00:00
parent d48d27d79f
commit acb305b34a
1 changed files with 3 additions and 3 deletions

View 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;
}