diff --git a/docs/_includes/getting-started/examples.html b/docs/_includes/getting-started/examples.html index bf87a2cecae55b1e54a78976192d6551cbcffb96..ade922fcf8eff7bd83072a3dbb3076ac25eb8b49 100644 --- a/docs/_includes/getting-started/examples.html +++ b/docs/_includes/getting-started/examples.html @@ -44,6 +44,13 @@ <h4>Narrow jumbotron</h4> <p>Build a more custom page by narrowing the default container and jumbotron.</p> </div> + <div class="col-xs-6 col-md-4"> + <a class="thumbnail" href="../examples/rtl/"> + <img src="../examples/screenshots/rtl.jpg" alt=""> + </a> + <h4>RTL Template</h4> + <p>This shows all the components and styles using the RTL feature.</p> + </div> </div> <h3 id="examples-navbars">Navbars in action</h3> diff --git a/docs/_includes/getting-started/rtl.html b/docs/_includes/getting-started/rtl.html index 55568ccd6291fe622b097d2a5da0ad3bdbd76c65..8fe4dfa1c22a69e35512a045f544aa87934963e8 100644 --- a/docs/_includes/getting-started/rtl.html +++ b/docs/_includes/getting-started/rtl.html @@ -13,8 +13,14 @@ <!-- Bootstrap RTL --> <link rel="stylesheet" href="bootstrap-rtl.css"> {% endhighlight %} + <p>Alternatively, you may use the minified RTL file, <code>bootstrap-rtl.min.css</code>.</p> + <p>We've applied these steps to an example. Read its source code to see the specific changes implemented.</p> + <p> + <a href="../examples/rtl/" class="btn btn-primary">View RTL example</a> + </p> + <div class="bs-callout bs-callout-danger"> <h4>Do not use in combination with <code>bootstrap.css</code></h4> <p><code>bootstrap-rtl.css</code> must not be used together with <code>bootstrap.css</code>. Use either one or the other, but not both. <code>bootstrap-rtl.css</code> includes all of Bootstrap's styles, including those not affected by writing direction.</p> diff --git a/docs/examples/screenshots/rtl.jpg b/docs/examples/screenshots/rtl.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b16c50b7e5b2c0b76bf5909b1c3bff298d61da1 Binary files /dev/null and b/docs/examples/screenshots/rtl.jpg differ