Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
19ac6e59
Commit
19ac6e59
authored
10 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
Merge pull request #13579 from twbs/nuike-more-rtl-stuff
Remove RTL leftovers.
parents
7a765d1f
d0fca8aa
4 merge requests
!28721
Hot test
,
!16605
Test pull please ignore
,
!22103
test
,
!25326
Adjust examples
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Gruntfile.js
+0
-1
Gruntfile.js
_config.yml
+0
-1
_config.yml
docs/_includes/getting-started/download.html
+0
-3
docs/_includes/getting-started/download.html
docs/_includes/getting-started/whats-included.html
+0
-2
docs/_includes/getting-started/whats-included.html
with
0 additions
and
7 deletions
+0
-7
Gruntfile.js
+
0
-
1
View file @
19ac6e59
...
...
@@ -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
'
}
}
...
...
This diff is collapsed.
Click to expand it.
_config.yml
+
0
-
1
View file @
19ac6e59
...
...
@@ -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
This diff is collapsed.
Click to expand it.
docs/_includes/getting-started/download.html
+
0
-
3
View file @
19ac6e59
...
...
@@ -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 }}"
>
...
...
This diff is collapsed.
Click to expand it.
docs/_includes/getting-started/whats-included.html
+
0
-
2
View file @
19ac6e59
...
...
@@ -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/
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets