From ca74b9882b1c2029bfd0d091fd372007b9dc7420 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 17 Jan 2013 20:16:04 -0800 Subject: Change .img-polaroid to .img-thumbnail * Same code, but different classes was confusing * Now .img-thumbnail just extends .thumbnail --- docs/css.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/css.html') diff --git a/docs/css.html b/docs/css.html index 427048aa0..09cd0a0dd 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1875,12 +1875,12 @@ For example, <code>&lt;section&gt;</code> should be wrapped
- +
 <img src="..." class="img-rounded">
 <img src="..." class="img-circle">
-<img src="..." class="img-polaroid">
+<img src="..." class="img-thumbnail">
 
-- cgit v1.2.3