aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-11 21:12:55 -0700
committerMark Otto <[email protected]>2011-09-11 21:12:55 -0700
commitb77e3e2f304bfe0cf99a72a627095c5aa8046978 (patch)
tree51813d9eb73b7ba6c760afe737a893992e957b29 /docs
parentc876835a029f4137dcd64cec8a445d47bc0cf00f (diff)
downloadbootstrap-b77e3e2f304bfe0cf99a72a627095c5aa8046978.tar.xz
bootstrap-b77e3e2f304bfe0cf99a72a627095c5aa8046978.zip
theme.less file cleanup; fixing blockquotes in wells
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index b6e305f1d..ccd972b09 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -165,7 +165,14 @@
</div>
<div class="span4">
<h3>Theming Bootstrap</h3>
- <p>Starting with v1.3.0, Bootstrap comes equipped with a customizable Less file, Theme.less. It's designed to replace default values in the library and provide a one-stop-shop for adding-on.</p>
+ <p>Starting with v1.3.0, Bootstrap includes a customizable file, theme.less, to tweak variables and mixins, and add new stuff ones.</p>
+<pre class="prettyprint">// Fonts
+@baseFontSize: 13px;
+@baseLineHeight: 18px;
+
+// Link color
+@linkColor: #0069d6;
+</pre>
</div>
</div><!-- /row -->
</section>