diff --git a/docs/_includes/css/rtl.html b/docs/_includes/css/rtl.html index 050c429b1f..55568ccd62 100644 --- a/docs/_includes/css/rtl.html +++ b/docs/_includes/css/rtl.html @@ -8,13 +8,18 @@ {% endhighlight %} -

Then, include the right-to-left CSS file in place of the default Bootstrap CSS:

+

Then, include the right-to-left CSS file instead of the default Bootstrap CSS:

{% highlight html %} {% endhighlight %}

Alternatively, you may use the minified RTL file, bootstrap-rtl.min.css.

+
+

Do not use in combination with bootstrap.css

+

bootstrap-rtl.css must not be used together with bootstrap.css. Use either one or the other, but not both. bootstrap-rtl.css includes all of Bootstrap's styles, including those not affected by writing direction.

+
+

CSS Flip

CSS Flip is a project for converting left-to-right CSS files into right-to-left CSS files. We use it in our Gruntfile to automate the generation of Bootstrap's RTL CSS files.