]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
more content edits to Extend
authorMark Otto <markotto@twitter.com>
Fri, 13 Jul 2012 18:18:35 +0000 (11:18 -0700)
committerMark Otto <markotto@twitter.com>
Fri, 13 Jul 2012 18:18:35 +0000 (11:18 -0700)
docs/extend.html
docs/templates/pages/extend.mustache

index 66576aae80dafcb8f1f1723073a1eeffd91cb846..1e1c753ea587b16782add5c3197458ffa6b29f27 100644 (file)
           <h1>Built with LESS</h1>
         </div>
 
+        <img style="float: right; height: 36px; margin: 10px 20px 20px" src="assets/img/less-logo-large.png" alt="LESS CSS">
         <p class="lead">Bootstrap is made with LESS at its core, a dynamic stylesheet language created by our good friend, <a href="http://cloudhead.io">Alexis Sellier</a>. It makes developing systems-based CSS faster, easier, and more fun.</p>
 
         <h3>Why LESS?</h3>
         <p>As an extension of CSS, LESS includes variables, mixins for reusable snippets of code, operations for simple math, nesting, and even color functions.</p>
 
         <h3>Learn more</h3>
-        <img style="float: right; height: 36px;" src="assets/img/less-logo-large.png" alt="LESS CSS">
         <p>Visit the official website at <a href="http://lesscss.org">http://lesscss.org</a> to learn more.</p>
       </section>
 
index d3fa364bdf4a4d3b84713e4b688a800a1b409f1d..56b114b446b27bbff34617e75f697ddefe15ce5b 100644 (file)
@@ -31,6 +31,7 @@
           <h1>{{_i}}Built with LESS{{/i}}</h1>
         </div>
 
+        <img style="float: right; height: 36px; margin: 10px 20px 20px" src="assets/img/less-logo-large.png" alt="LESS CSS">
         <p class="lead">{{_i}}Bootstrap is made with LESS at its core, a dynamic stylesheet language created by our good friend, <a href="http://cloudhead.io">Alexis Sellier</a>. It makes developing systems-based CSS faster, easier, and more fun.{{/i}}</p>
 
         <h3>{{_i}}Why LESS?{{/i}}</h3>
@@ -45,7 +46,6 @@
         <p>{{_i}}As an extension of CSS, LESS includes variables, mixins for reusable snippets of code, operations for simple math, nesting, and even color functions.{{/i}}</p>
 
         <h3>{{_i}}Learn more{{/i}}</h3>
-        <img style="float: right; height: 36px;" src="assets/img/less-logo-large.png" alt="LESS CSS">
         <p>{{_i}}Visit the official website at <a href="http://lesscss.org">http://lesscss.org</a> to learn more.{{/i}}</p>
       </section>