]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Removed the '.' from '.LESS' in two instances.
authorSteven Black <steveb@stevenblack.com>
Thu, 5 Sep 2013 17:43:04 +0000 (13:43 -0400)
committerSteven Black <steveb@stevenblack.com>
Thu, 5 Sep 2013 17:43:04 +0000 (13:43 -0400)
getting-started.html

index ffc4ea9e0be959cc46da870a2b33df41095c125d..fd83ba5467cf64242d5792605073ae9d97e2e0d2 100644 (file)
@@ -24,7 +24,7 @@ base_url: "../"
       <h4>
         <a href="{{ site.download_source }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download source']);">Download source code</a>
       </h4>
-      <p>Get the latest Bootstrap .LESS and JavaScript source code by downloading it directly from GitHub.</p>
+      <p>Get the latest Bootstrap LESS and JavaScript source code by downloading it directly from GitHub.</p>
       <h4>
         <a href="{{ site.repo }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'GitHub project']);">Clone or fork via GitHub</a>
       </h4>
@@ -50,7 +50,7 @@ base_url: "../"
 {% endhighlight %}
 
     <div class="bs-callout bs-callout-warning" id="callout-less-compilation">
-      <h4>Compiling Bootstrap's .LESS files</h4>
+      <h4>Compiling Bootstrap's LESS files</h4>
       <p>If you work with Bootstrap's uncompiled source code, you need to compile the .LESS files to produce usable CSS files. For compiling LESS files into CSS, we only officially support <a href="http://twitter.github.io/recess/">Recess</a>, which is Twitter's CSS hinter based on <a href="http://lesscss.org">less.js</a>.</p>
     </div>
   </div>