diff options
| author | Mark Otto <[email protected]> | 2014-07-07 19:40:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-07 19:40:15 -0700 |
| commit | 2ccbc3868527bae457523b2ed285b46509971c36 (patch) | |
| tree | 755965d61bbc0f9cc9dc4ca5cc32a497faf071b1 /docs/index.html | |
| parent | 861cff8756fa4b39d749bbd3b86035e33bf217c1 (diff) | |
| download | bootstrap-2ccbc3868527bae457523b2ed285b46509971c36.tar.xz bootstrap-2ccbc3868527bae457523b2ed285b46509971c36.zip | |
Cut down on homepage file size; reorg some docs CSS
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index 6ed1ade89..ae1ec19bb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -56,9 +56,9 @@ title: Bootstrap <div class="row bs-docs-featured-sites"> {% for showcase in site.data.showcase %} - <div class="col-sm-3"> + <div class="col-xs-6 col-sm-3"> <a href="{{ showcase.expo_url }}" target="_blank" title="{{ showcase.name }}"> - <img src="http://expo.getbootstrap.com/screenshots/{{ showcase.img }}.jpg" alt="{{ showcase.name }}" class="img-responsive"> + <img src="http://expo.getbootstrap.com/thumbs/{{ showcase.img }}-thumb.jpg" alt="{{ showcase.name }}" class="img-responsive"> </a> </div> {% endfor %} |
