diff options
| author | Mark Otto <[email protected]> | 2012-08-17 11:27:11 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-17 11:27:11 -0700 |
| commit | b8715ddfd03514da7fd56c46204d460cbb95dfcf (patch) | |
| tree | 8494ac1c7d5b2c5e0612e0ff283555a00e7a14be | |
| parent | 79e05d0c0e9dd658382607f2c1b8eb508b05b491 (diff) | |
| download | bootstrap-b8715ddfd03514da7fd56c46204d460cbb95dfcf.tar.xz bootstrap-b8715ddfd03514da7fd56c46204d460cbb95dfcf.zip | |
fixes #4417: proper height on thumbnail placeholder image
| -rw-r--r-- | docs/components.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/components.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/components.html b/docs/components.html index 583890200..0b2ba25c7 100644 --- a/docs/components.html +++ b/docs/components.html @@ -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"> diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index fe9e9f464..f0c4cc73a 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -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"> |
