]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
More "LESS" to "Less" changes 12302/head
authorQuy Ton <quy@fluxbb.org>
Sun, 19 Jan 2014 21:27:51 +0000 (13:27 -0800)
committerQuy Ton <quy@fluxbb.org>
Sun, 19 Jan 2014 21:27:51 +0000 (13:27 -0800)
docs/css.html
docs/customize.html

index be4f1ee1b1fe6007cf175061d4d57e2a11e62710..dea8f520375b9b97f51551b5ef58850930936e78 100644 (file)
@@ -2804,7 +2804,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
 
 
   <h2 id="less-bootstrap">Compiling Bootstrap</h2>
-  <p>Bootstrap can be used in at least two ways: with the compiled CSS or with the source LESS files. To compile the LESS files, <a href="https://github.com/twbs/bootstrap#compiling-css-and-javascript">visit the README</a> for how to setup your development environment to run the necessary commands.</p>
+  <p>Bootstrap can be used in at least two ways: with the compiled CSS or with the source Less files. To compile the Less files, <a href="https://github.com/twbs/bootstrap#compiling-css-and-javascript">visit the README</a> for how to setup your development environment to run the necessary commands.</p>
   <p>Third party compilation tools may work with Bootstrap, but they are not supported by our core team.</p>
 
   <h2 id="less-variables">Variables</h2>
index 72573cff37cc1df2086967ef18577fbb7930d2fa..fdf0b803af5810b8e3549c2092e8e13dde867c07 100644 (file)
@@ -2,16 +2,16 @@
 layout: default
 title: Customize and download
 slug: customize
-lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to get your very own version.
+lead: Customize Bootstrap's components, Less variables, and jQuery plugins to get your very own version.
 ---
 
 <!-- Customizer form -->
 <form class="bs-customizer" role="form">
   <div class="bs-docs-section" id="less-section">
     <button class="btn btn-default toggle" type="button">Toggle all</button>
-    <h1 id="less" class="page-header">LESS files</h1>
+    <h1 id="less" class="page-header">Less files</h1>
 
-    <p class="lead">Choose which LESS files to compile into your custom build of Bootstrap. Not sure which files to use? Read through the <a href="../css/">CSS</a> and <a href="../components/">Components</a> pages in the docs.</p>
+    <p class="lead">Choose which Less files to compile into your custom build of Bootstrap. Not sure which files to use? Read through the <a href="../css/">CSS</a> and <a href="../components/">Components</a> pages in the docs.</p>
 
     <div class="row">
       <div class="col-xs-6 col-sm-4">
@@ -337,9 +337,9 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
 
   <div class="bs-docs-section" id="less-variables-section">
     <button class="btn btn-default toggle" type="button">Reset to defaults</button>
-    <h1 id="less-variables" class="page-header">LESS variables</h1>
+    <h1 id="less-variables" class="page-header">Less variables</h1>
 
-    <p class="lead">Customize LESS variables to define colors, sizes and more inside your custom CSS stylesheets.</p>
+    <p class="lead">Customize Less variables to define colors, sizes and more inside your custom CSS stylesheets.</p>
     {% include customizer-variables.html %}
   </div>