From: Mark Otto Date: Mon, 19 Aug 2013 16:10:19 +0000 (-0700) Subject: Update thumbnails col classes X-Git-Tag: v3.0.0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72fb2caf00b4d4a7c941bab5f98587efb751e21e;p=thirdparty%2Fbootstrap.git Update thumbnails col classes --- diff --git a/components.html b/components.html index 9bd2b3d48b..a428529b15 100644 --- a/components.html +++ b/components.html @@ -2065,22 +2065,22 @@ body { padding-bottom: 70px; }

By default, Bootstrap's thumbnails are designed to showcase linked images with minimal required markup.

-
+ -
+ -
+ -
+
Generic placeholder thumbnail @@ -2089,7 +2089,7 @@ body { padding-bottom: 70px; }
{% highlight html %}
-
+
... @@ -2102,7 +2102,7 @@ body { padding-bottom: 70px; }

With a bit of extra markup, it's possible to add any kind of HTML content like headings, paragraphs, or buttons into thumbnails.

-
+
Generic placeholder thumbnail
@@ -2112,7 +2112,7 @@ body { padding-bottom: 70px; }
-
+
Generic placeholder thumbnail
@@ -2122,7 +2122,7 @@ body { padding-bottom: 70px; }
-
+
Generic placeholder thumbnail
@@ -2136,7 +2136,7 @@ body { padding-bottom: 70px; }
{% highlight html %}
-
+
...