aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-05-13 00:06:03 -0700
committerChris Rebert <[email protected]>2014-05-13 00:06:03 -0700
commit19ac6e59b316c3867c0edee03517a8a28f76544f (patch)
tree6c08e312dc4390317890aae9b352d9d4be2d7b51
parent7a765d1f8b45dd10d40e6c9ac5ad144ff95a9b0d (diff)
parentd0fca8aaad4999d3389ebdada36102c89063e0f2 (diff)
downloadbootstrap-19ac6e59b316c3867c0edee03517a8a28f76544f.tar.xz
bootstrap-19ac6e59b316c3867c0edee03517a8a28f76544f.zip
Merge pull request #13579 from twbs/nuike-more-rtl-stuff
Remove RTL leftovers.
-rw-r--r--Gruntfile.js1
-rw-r--r--_config.yml1
-rw-r--r--docs/_includes/getting-started/download.html3
-rw-r--r--docs/_includes/getting-started/whats-included.html2
4 files changed, 0 insertions, 7 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 52949f39e..739ab5f6a 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -182,7 +182,6 @@ module.exports = function (grunt) {
},
files: {
'dist/css/<%= pkg.name %>.min.css': 'dist/css/<%= pkg.name %>.css',
- 'dist/css/<%= pkg.name %>-rtl.min.css': 'dist/css/<%= pkg.name %>-rtl.css',
'dist/css/<%= pkg.name %>-theme.min.css': 'dist/css/<%= pkg.name %>-theme.css'
}
}
diff --git a/_config.yml b/_config.yml
index 11eb20e1d..085568a25 100644
--- a/_config.yml
+++ b/_config.yml
@@ -30,5 +30,4 @@ 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
diff --git a/docs/_includes/getting-started/download.html b/docs/_includes/getting-started/download.html
index b457d038e..c89c8b9e4 100644
--- a/docs/_includes/getting-started/download.html
+++ b/docs/_includes/getting-started/download.html
@@ -33,9 +33,6 @@
<!-- 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 }}">
diff --git a/docs/_includes/getting-started/whats-included.html b/docs/_includes/getting-started/whats-included.html
index 278ebac60..8500e573c 100644
--- a/docs/_includes/getting-started/whats-included.html
+++ b/docs/_includes/getting-started/whats-included.html
@@ -17,8 +17,6 @@ bootstrap/
├── css/
│ ├── bootstrap.css
│ ├── bootstrap.min.css
-│ ├── bootstrap-rtl.css
-│ ├── bootstrap-rtl.min.css
│ ├── bootstrap-theme.css
│ └── bootstrap-theme.min.css
├── js/