]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
include RTL CSS CDN URL in Download docs
authorChris Rebert <code@rebertia.com>
Sun, 4 May 2014 09:09:03 +0000 (02:09 -0700)
committerChris Rebert <code@rebertia.com>
Sun, 4 May 2014 09:09:34 +0000 (02:09 -0700)
_config.yml
docs/_includes/getting-started/download.html

index 5aa95016c621b2893cc6c8997c26e7dcae31a947..8d4da289873d20d680643cafc9f7c0e2f4a8b0a9 100644 (file)
@@ -30,4 +30,5 @@ expo:             http://expo.getbootstrap.com
 cdn:
   css:            //netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css
   css_theme:      //netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css
+  css_rtl:        //netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-rtl.min.css
   js:             //netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js
index c89c8b9e494bfe07fe936b582be34c045d0cb286..b457d038eec9ac06bb1cb6f404029a576b04208b 100644 (file)
@@ -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 }}">