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
d9f356f0
Commit
d9f356f0
authored
10 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
use non-minified BS Theme CSS on non-gh-pages
parent
6b46d4d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_includes/header.html
+4
-0
docs/_includes/header.html
with
4 additions
and
0 deletions
+4
-0
docs/_includes/header.html
+
4
-
0
View file @
d9f356f0
...
...
@@ -21,7 +21,11 @@
{% endif %}
{% if page.slug == "css" or page.slug == "components" or page.slug == "js" %}
<!-- Optional Bootstrap Theme -->
{% if site.github %}
<link
href=
"data:text/css;charset=utf-8,"
data-href=
"../dist/css/bootstrap-theme.min.css"
rel=
"stylesheet"
id=
"bs-theme-stylesheet"
>
{% else %}
<link
href=
"data:text/css;charset=utf-8,"
data-href=
"../dist/css/bootstrap-theme.css"
rel=
"stylesheet"
id=
"bs-theme-stylesheet"
>
{% endif %}
{% endif %}
<!-- Documentation extras -->
...
...
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