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
44fe355e
Commit
44fe355e
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
un-affix top navbar
parent
31a47369
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
docs/_includes/nav-home.html
+1
-1
docs/_includes/nav-home.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/_homepage.scss
+1
-0
docs/assets/scss/_homepage.scss
docs/assets/scss/_layout.scss
+0
-5
docs/assets/scss/_layout.scss
with
3 additions
and
7 deletions
+3
-7
docs/_includes/nav-home.html
+
1
-
1
View file @
44fe355e
<header
class=
"navbar navbar-sm navbar-inverse navbar-
fixed
-top bd-navbar"
role=
"banner"
>
<header
class=
"navbar navbar-sm navbar-inverse navbar-
static
-top bd-navbar"
role=
"banner"
>
<nav
class=
"nav navbar-nav"
>
<nav
class=
"nav navbar-nav"
>
<a
class=
"nav-item nav-link"
href=
"{{ site.baseurl }}/"
onclick=
"ga('send', 'event', 'Navbar', 'Community links', 'Bootstrap');"
>
Bootstrap
</a>
<a
class=
"nav-item nav-link"
href=
"{{ site.baseurl }}/"
onclick=
"ga('send', 'event', 'Navbar', 'Community links', 'Bootstrap');"
>
Bootstrap
</a>
<a
class=
"nav-item nav-link"
href=
"{{ site.baseurl }}/getting-started/overview/"
onclick=
"ga('send', 'event', 'Navbar', 'Community links', 'Docs');"
>
Documentation
</a>
<a
class=
"nav-item nav-link"
href=
"{{ site.baseurl }}/getting-started/overview/"
onclick=
"ga('send', 'event', 'Navbar', 'Community links', 'Docs');"
>
Documentation
</a>
...
...
This diff is collapsed.
Click to expand it.
docs/assets/css/docs.min.css
+
1
-
1
View file @
44fe355e
This diff is collapsed.
Click to expand it.
docs/assets/css/docs.min.css.map
-5 bytes (0%)
View file @
44fe355e
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
Click to expand it.
docs/assets/scss/_homepage.scss
+
1
-
0
View file @
44fe355e
...
@@ -31,6 +31,7 @@
...
@@ -31,6 +31,7 @@
.bd-navbar
{
.bd-navbar
{
padding
:
.25rem
;
padding
:
.25rem
;
margin-bottom
:
0
;
background-color
:
$bd-graphite
;
background-color
:
$bd-graphite
;
.nav-link
{
.nav-link
{
...
...
This diff is collapsed.
Click to expand it.
docs/assets/scss/_layout.scss
+
0
-
5
View file @
44fe355e
.bd-docs
{
padding-top
:
3
.65rem
;
}
// Custom container
// Custom container
//
//
// Doesn't use the default `.container` styles for easier modifications.
// Doesn't use the default `.container` styles for easier modifications.
...
...
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