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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user