2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Cut down on homepage file size; reorg some docs CSS

This commit is contained in:
Mark Otto
2014-07-07 19:40:15 -07:00
parent 861cff8756
commit 2ccbc38685
2 changed files with 56 additions and 70 deletions
+2 -2
View File
@@ -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 %}