From dd9980e8c94eed0af65fbc60129aa315f24d13a4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 26 Aug 2013 17:47:56 -0700 Subject: [PATCH] Fixes #10137: correct classes on thumbnails --- components.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components.html b/components.html index 36f7a23f91..6273276473 100644 --- a/components.html +++ b/components.html @@ -2118,7 +2118,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
@@ -2128,7 +2128,7 @@ body { padding-bottom: 70px; }
-
+
Generic placeholder thumbnail
@@ -2138,7 +2138,7 @@ body { padding-bottom: 70px; }
-
+
Generic placeholder thumbnail
@@ -2152,7 +2152,7 @@ body { padding-bottom: 70px; }
{% highlight html %}
-
+
...
-- 2.47.2