MDL-27914 data fixed image gallery template CSS selector for #singleimage to include img tag and set height to auto

This commit is contained in:
Aparup Banerjee 2011-06-21 14:22:00 +08:00
parent 7a7d34febb
commit 38adb0def9

View File

@ -36,6 +36,7 @@
font-style: italic;
}
#singleimage {
#singleimage img {
width: 700px;
height: auto;
}