From: Mark Otto Date: Sat, 16 Feb 2013 01:27:05 +0000 (-0800) Subject: twerk gallery examples to stay at 400px or less for proper retinafying X-Git-Tag: v3.0.0-rc1~664 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1aae5f82bade48104da2ade7d94b22881840859;p=thirdparty%2Fbootstrap.git twerk gallery examples to stay at 400px or less for proper retinafying --- diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 8c3c090a3d..e42e5e8690 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 a6d2a413e0..fda3442645 100644 --- a/docs/index.html +++ b/docs/index.html @@ -49,7 +49,7 @@ title: Bootstrap

Built with Bootstrap.

For more sites built with Bootstrap, visit the gallery or browse the examples.

-
+