From d1aae5f82bade48104da2ade7d94b22881840859 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 15 Feb 2013 17:27:05 -0800 Subject: [PATCH] twerk gallery examples to stay at 400px or less for proper retinafying --- docs/assets/css/docs.css | 3 ++- 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 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.

-
+