aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-13 09:44:43 -0700
committerMark Otto <[email protected]>2011-09-13 09:44:43 -0700
commit35bc3ae8d22bdd4eadfbe523fe52737523e2af37 (patch)
treee9d0b3ee63d49f3685daafdad33fc020d4e8a7fc /docs
parent1d50fa77e43be353d522c19a5b955b7819388fca (diff)
downloadbootstrap-35bc3ae8d22bdd4eadfbe523fe52737523e2af37.tar.xz
bootstrap-35bc3ae8d22bdd4eadfbe523fe52737523e2af37.zip
remove theming section from docs
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/index.html b/docs/index.html
index fe372e0ef..f97c3cb98 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -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>