Commit b8715ddf authored by Mark Otto's avatar Mark Otto

fixes #4417: proper height on thumbnail placeholder image

parent 79e05d0c
......@@ -1866,7 +1866,7 @@
<ul class="thumbnails">
<li class="span4">
<a href="#" class="thumbnail">
<img src="http://placehold.it/360x268" alt="">
<img src="http://placehold.it/360x270" alt="">
</a>
</li>
<li class="span3">
......
......@@ -1795,7 +1795,7 @@
<ul class="thumbnails">
<li class="span4">
<a href="#" class="thumbnail">
<img src="http://placehold.it/360x268" alt="">
<img src="http://placehold.it/360x270" alt="">
</a>
</li>
<li class="span3">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment