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
3c936812
Commit
3c936812
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
more docs nav changes
parent
71b68773
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/_includes/nav-docs.html
+6
-2
docs/_includes/nav-docs.html
docs/assets/css/docs.min.css
+1
-1
docs/assets/css/docs.min.css
docs/assets/css/docs.min.css.map
+0
-0
docs/assets/css/docs.min.css.map
docs/assets/scss/docs.scss
+7
-6
docs/assets/scss/docs.scss
with
14 additions
and
9 deletions
+14
-9
docs/_includes/nav-docs.html
+
6
-
2
View file @
3c936812
...
@@ -3,12 +3,16 @@
...
@@ -3,12 +3,16 @@
Bootstrap
Bootstrap
</a>
</a>
<form
class=
"bs-docs-search hidden-xs-down"
>
<button
class=
"navbar-toggler hidden-sm-up"
type=
"button"
data-toggle=
"collapse"
data-target=
"#docsNavbarContent"
>
☰
</button>
<form
class=
"bs-docs-search hidden-sm-down"
>
<input
type=
"text"
class=
"form-control"
id=
"search-input"
placeholder=
"Search..."
>
<input
type=
"text"
class=
"form-control"
id=
"search-input"
placeholder=
"Search..."
>
<ul
class=
"dropdown-menu bs-docs-search-results"
id=
"search-results"
></ul>
<ul
class=
"dropdown-menu bs-docs-search-results"
id=
"search-results"
></ul>
</form>
</form>
<nav
class=
"bs-docs-links hidden-xs-down"
>
<nav
class=
"bs-docs-links
collapse
hidden-xs-down"
id=
"docsNavbarContent"
>
{% for group in site.data.nav %}
{% for group in site.data.nav %}
{% assign link = group.pages | first %}
{% assign link = group.pages | first %}
{% assign slug = group.title | downcase | replace: ' ', '-' || page.title | downcase | replace: ' ', '-' %}
{% assign slug = group.title | downcase | replace: ' ', '-' || page.title | downcase | replace: ' ', '-' %}
...
...
This diff is collapsed.
Click to expand it.
docs/assets/css/docs.min.css
+
1
-
1
View file @
3c936812
This diff is collapsed.
Click to expand it.
docs/assets/css/docs.min.css.map
-14 bytes (0%)
View file @
3c936812
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
Click to expand it.
docs/assets/scss/docs.scss
+
7
-
6
View file @
3c936812
...
@@ -637,14 +637,15 @@ body {
...
@@ -637,14 +637,15 @@ body {
padding
:
0
;
padding
:
0
;
margin-bottom
:
0
;
margin-bottom
:
0
;
// background-color: #322f38;
// background-color: #322f38;
}
.bs-docs-sidebar
.navbar-toggle
{
.navbar-toggler
{
position
:
absolute
;
position
:
absolute
;
top
:
5px
;
top
:
1
.25rem
;
right
:
0
;
right
:
0
;
z-index
:
5
;
z-index
:
5
;
}
}
}
.bs-docs-sidebar
.navbar-toggle
.icon-bar
{
.bs-docs-sidebar
.navbar-toggle
.icon-bar
{
background-color
:
#fff
;
background-color
:
#fff
;
}
}
...
...
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