0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

move rtl to getting started, per @cvrebert's feedback

This commit is contained in:
Mark Otto 2014-05-07 15:30:27 -07:00
parent 7408917887
commit f0daa64a29
4 changed files with 8 additions and 1 deletions

View File

@ -20,6 +20,13 @@
<li><a href="#examples-experiments">Experiments</a></li>
</ul>
</li>
<li>
<a href="#rtl">RTL version</a>
<ul class="nav">
<li><a href="#rtl-how-to">How to use</a></li>
<li><a href="#rtl-css-flip">CSS Flip</a></li>
</ul>
</li>
<li>
<a href="#community">Community</a>
</li>

View File

@ -17,4 +17,3 @@ lead: "Global CSS settings, fundamental HTML elements styled and enhanced with e
{% include css/responsive-utilities.html %}
{% include css/less.html %}
{% include css/sass.html %}
{% include css/rtl.html %}

View File

@ -9,6 +9,7 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex
{% include getting-started/whats-included.html %}
{% include getting-started/template.html %}
{% include getting-started/examples.html %}
{% include getting-started/rtl.html %}
{% include getting-started/community.html %}
{% include getting-started/disabling-responsiveness.html %}