Skip to content
GitLab
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
d6104b11
Commit
d6104b11
authored
10 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
include RTL CSS CDN URL in Download docs
parent
ce2cad63
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_config.yml
+1
-0
_config.yml
docs/_includes/getting-started/download.html
+3
-0
docs/_includes/getting-started/download.html
with
4 additions
and
0 deletions
+4
-0
_config.yml
+
1
-
0
View file @
d6104b11
...
...
@@ -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
This diff is collapsed.
Click to expand it.
docs/_includes/getting-started/download.html
+
3
-
0
View file @
d6104b11
...
...
@@ -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 }}"
>
...
...
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