1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 03:11:19 +02:00

theme.less file cleanup; fixing blockquotes in wells

This commit is contained in:
Mark Otto
2011-09-11 21:12:55 -07:00
parent c876835a02
commit b77e3e2f30
5 changed files with 20 additions and 5 deletions

View File

@@ -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>