aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/getting-started
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-05-04 02:09:03 -0700
committerChris Rebert <[email protected]>2014-05-04 02:09:34 -0700
commitd6104b11511a69fb48d1e438141f135a14c04122 (patch)
tree64c8261b3b18ae43afd7872ab2079faf2b04a1b7 /docs/_includes/getting-started
parentce2cad6366d167c1fa17869478053dd490a94bd1 (diff)
downloadbootstrap-d6104b11511a69fb48d1e438141f135a14c04122.tar.xz
bootstrap-d6104b11511a69fb48d1e438141f135a14c04122.zip
include RTL CSS CDN URL in Download docs
Diffstat (limited to 'docs/_includes/getting-started')
-rw-r--r--docs/_includes/getting-started/download.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/_includes/getting-started/download.html b/docs/_includes/getting-started/download.html
index c89c8b9e4..b457d038e 100644
--- a/docs/_includes/getting-started/download.html
+++ b/docs/_includes/getting-started/download.html
@@ -33,6 +33,9 @@
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="{{ site.cdn.css }}">
+<!-- RTL (right-to-left) version of CSS -->
+<link rel="stylesheet" href="{{ site.cdn.css_rtl }}">
+
<!-- Optional theme -->
<link rel="stylesheet" href="{{ site.cdn.css_theme }}">