diff options
| author | Chris Rebert <[email protected]> | 2014-05-04 02:09:03 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-05-04 02:09:34 -0700 |
| commit | d6104b11511a69fb48d1e438141f135a14c04122 (patch) | |
| tree | 64c8261b3b18ae43afd7872ab2079faf2b04a1b7 /docs/_includes/getting-started | |
| parent | ce2cad6366d167c1fa17869478053dd490a94bd1 (diff) | |
| download | bootstrap-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.html | 3 |
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 }}"> |
