]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
move rtl to getting started, per @cvrebert's feedback
authorMark Otto <otto@github.com>
Wed, 7 May 2014 22:30:27 +0000 (15:30 -0700)
committerMark Otto <otto@github.com>
Wed, 7 May 2014 22:30:27 +0000 (15:30 -0700)
docs/_includes/getting-started/rtl.html [moved from docs/_includes/css/rtl.html with 100% similarity]
docs/_includes/nav/getting-started.html
docs/css.html
docs/getting-started.html

index e253bf1c1a838b3c466ffb5b6df403804d2e919a..494a2950fc60bb347683628034408133ad36e161 100644 (file)
     <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>
index 021406d4899d1c9b14ec0f16ce511ace70430ecc..8f24fd8c303a44a9288991bdb1605fe24c4211de 100644 (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 %}
index bee6f905a44370772f44293429a4f20cdab9fa56..f5852a9e03558fd3c8e02175f5f967a52a7fa697 100644 (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 %}