From: Erik van der Kolk Date: Sat, 18 Aug 2012 14:53:43 +0000 (+0200) Subject: Move code within
 tags as close to the left for Images section
X-Git-Tag: v2.1.0~2^2~29^2~9
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1854a3cec75c56093ae920ab532bca51d6fdbb6;p=thirdparty%2Fbootstrap.git

Move code within 
 tags as close to the left for Images section
---

diff --git a/docs/base-css.html b/docs/base-css.html
index 069b790476..cd46ec0471 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -1574,9 +1574,9 @@ For example, <code>section</code> should be wrapped as inline.
             
           
 
-  <img src="..." class="img-rounded">
-  <img src="..." class="img-circle">
-  <img src="..." class="img-polaroid">
+<img src="..." class="img-rounded">
+<img src="..." class="img-circle">
+<img src="..." class="img-polaroid">
 
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 8c2155b210..bc1e29f17f 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1511,9 +1511,9 @@
-  <img src="..." class="img-rounded">
-  <img src="..." class="img-circle">
-  <img src="..." class="img-polaroid">
+<img src="..." class="img-rounded">
+<img src="..." class="img-circle">
+<img src="..." class="img-polaroid">