From d0fca8aaad4999d3389ebdada36102c89063e0f2 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 13 May 2014 09:26:24 +0300 Subject: [PATCH] Remove RTL leftovers. --- Gruntfile.js | 1 - _config.yml | 1 - docs/_includes/getting-started/download.html | 3 --- docs/_includes/getting-started/whats-included.html | 2 -- 4 files changed, 7 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 52949f39ea..739ab5f6a7 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 11eb20e1d9..085568a25a 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 b457d038ee..c89c8b9e49 100644 --- a/docs/_includes/getting-started/download.html +++ b/docs/_includes/getting-started/download.html @@ -33,9 +33,6 @@ - - - diff --git a/docs/_includes/getting-started/whats-included.html b/docs/_includes/getting-started/whats-included.html index 278ebac606..8500e573c4 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/