0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

fixes #4417: proper height on thumbnail placeholder image

This commit is contained in:
Mark Otto 2012-08-17 11:27:11 -07:00
parent 79e05d0c0e
commit b8715ddfd0
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -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">