diff options
| author | Mark Otto <[email protected]> | 2013-02-15 17:27:05 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-15 17:27:05 -0800 |
| commit | d1aae5f82bade48104da2ade7d94b22881840859 (patch) | |
| tree | 481623f07acdf5a2ad7cb63cbc5ab995c1f58de5 /docs | |
| parent | 3d041096ba995c4ae8422a9a8491b77d0d4460fe (diff) | |
| download | bootstrap-d1aae5f82bade48104da2ade7d94b22881840859.tar.xz bootstrap-d1aae5f82bade48104da2ade7d94b22881840859.zip | |
twerk gallery examples to stay at 400px or less for proper retinafying
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/docs.css | 3 | ||||
| -rw-r--r-- | docs/index.html | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 8c3c090a3..e42e5e869 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -523,7 +523,8 @@ input.focused { -------------------------------------------------- */ .bs-docs-gallery .thumbnail { - margin-bottom: 20px; + max-width: 400px; + margin: 0 auto 20px; } diff --git a/docs/index.html b/docs/index.html index a6d2a413e..fda344264 100644 --- a/docs/index.html +++ b/docs/index.html @@ -49,7 +49,7 @@ title: Bootstrap <h1>Built with Bootstrap.</h1> <p class="marketing-byline">For more sites built with Bootstrap, <a href="./gallery.html">visit the gallery</a> or <a href="./getting-started.html#examples">browse the examples</a>.</p> - <div class="row example-sites"> + <div class="row bs-docs-gallery"> <div class="span3"> <a class="thumbnail" href="http://delicious.com"> <img src="assets/img/example-sites/example-delicious.jpg"> |
