aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-07-13 11:18:35 -0700
committerMark Otto <[email protected]>2012-07-13 11:18:35 -0700
commit6e622ee763867baae6f0c58f026621ee0c200288 (patch)
treeb36e895be5114722aac53ebd4bb1ef6111255c70 /docs/templates
parent93b1519017ecf002883b72cd69d4e08fc2500697 (diff)
downloadbootstrap-6e622ee763867baae6f0c58f026621ee0c200288.tar.xz
bootstrap-6e622ee763867baae6f0c58f026621ee0c200288.zip
more content edits to Extend
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/extend.mustache2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/extend.mustache b/docs/templates/pages/extend.mustache
index d3fa364bd..56b114b44 100644
--- a/docs/templates/pages/extend.mustache
+++ b/docs/templates/pages/extend.mustache
@@ -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>