]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove theming section from docs
authorMark Otto <mark.otto@twitter.com>
Tue, 13 Sep 2011 16:44:43 +0000 (09:44 -0700)
committerMark Otto <mark.otto@twitter.com>
Tue, 13 Sep 2011 16:44:43 +0000 (09:44 -0700)
docs/index.html

index fe372e0ef45c71ea263e93667fe5ff8665be074f..f97c3cb98d879a7650ad2bba9d2cc71d4a0c98d8 100644 (file)
         </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>