remove theming section from docs

This commit is contained in:
Mark Otto 2011-09-13 09:44:43 -07:00
parent 1d50fa77e4
commit 35bc3ae8d2
1 changed files with 0 additions and 11 deletions

View File

@ -166,17 +166,6 @@
</li>
</ul>
</div>
<div class="span4">
<h3>Theming Bootstrap</h3>
<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>