Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuy Ton <quy@fluxbb.org>2014-01-20 01:27:51 +0400
committerQuy Ton <quy@fluxbb.org>2014-01-20 01:27:51 +0400
commit3e9ba3f6716943a3aee2d09d368eb6344820049e (patch)
treef7edfa74375ff207f2a1d2849dc4063c0309c5b4 /docs/customize.html
parent2a75e559f64bf536423cbf63bce433cdfb2f9976 (diff)
More "LESS" to "Less" changes
Diffstat (limited to 'docs/customize.html')
-rw-r--r--docs/customize.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/customize.html b/docs/customize.html
index 72573cff37..fdf0b803af 100644
--- a/docs/customize.html
+++ b/docs/customize.html
@@ -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>