diff options
| author | Mark Otto <[email protected]> | 2012-07-13 11:18:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-13 11:18:35 -0700 |
| commit | 6e622ee763867baae6f0c58f026621ee0c200288 (patch) | |
| tree | b36e895be5114722aac53ebd4bb1ef6111255c70 /docs/extend.html | |
| parent | 93b1519017ecf002883b72cd69d4e08fc2500697 (diff) | |
| download | bootstrap-6e622ee763867baae6f0c58f026621ee0c200288.tar.xz bootstrap-6e622ee763867baae6f0c58f026621ee0c200288.zip | |
more content edits to Extend
Diffstat (limited to 'docs/extend.html')
| -rw-r--r-- | docs/extend.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/extend.html b/docs/extend.html index 66576aae8..1e1c753ea 100644 --- a/docs/extend.html +++ b/docs/extend.html @@ -102,6 +102,7 @@ <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> @@ -116,7 +117,6 @@ <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> |
