Fix size of images in the SPV

This commit is contained in:
Steffen van Bergerem 2013-08-28 13:05:39 +02:00
parent d40b09878a
commit 642946bd5b

View file

@ -68,12 +68,18 @@
padding-bottom: 10px; padding-bottom: 10px;
text-align: center; text-align: center;
img { img {
&.big_stream_photo { display: block; } &.big_stream_photo {
display: inline; display: block;
max-width: 90%;
}
&.thumb_small {
display: inline;
max-width: 50px;
max-height: 50px;
}
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
padding-bottom: 5px; padding-bottom: 5px;
max-width: 90%;
} }
} }
.oembed { .oembed {