From: Mark Otto Date: Sun, 29 Jan 2012 06:48:25 +0000 (-0800) Subject: revamped the thumbnails examples to make them work and look better at higher resolution X-Git-Tag: v2.0.0~6^2~59 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62f4a1571a3801c867b80c228464cc9c695f1d13;p=thirdparty%2Fbootstrap.git revamped the thumbnails examples to make them work and look better at higher resolution --- diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index f40f0c110d..ca03cecde8 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -342,4 +342,10 @@ .offset11 { margin-left: 1130px; } + .thumbnails { + margin-left: -30px; + } + .thumbnails > li { + margin-left: 30px; + } } diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index a17a4475dd..37b774fb94 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2988,6 +2988,8 @@ a.thumbnail:hover { .thumbnail > img { display: block; max-width: 100%; + margin-left: auto; + margin-right: auto; } .thumbnail .caption { padding: 9px; diff --git a/docs/components.html b/docs/components.html index 52483572ee..7ba72f34da 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1057,22 +1057,22 @@ @@ -1083,7 +1083,7 @@