Fixes thumb position.

This commit is contained in:
Lars Jung 2013-08-25 02:38:47 +02:00
parent 4a35f27224
commit ef969b582d

View file

@ -128,7 +128,6 @@
&.thumb {
box-shadow: 0 0 0 1px #ddd;
vertical-align: top;
}
}
@ -145,6 +144,7 @@
img {
max-width: 100px;
max-height: 48px;
vertical-align: top;
}
}
}