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 %}
-
+
...