mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-08 06:50:59 +00:00
un-affix top navbar
This commit is contained in:
parent
31a47369bb
commit
44fe355ec2
5 changed files with 3 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<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">
|
||||
<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>
|
||||
|
|
|
|||
2
docs/assets/css/docs.min.css
vendored
2
docs/assets/css/docs.min.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
.bd-navbar {
|
||||
padding: .25rem;
|
||||
margin-bottom: 0;
|
||||
background-color: $bd-graphite;
|
||||
|
||||
.nav-link {
|
||||
|
|
|
|||
|
|
@ -1,8 +1,3 @@
|
|||
|
||||
.bd-docs {
|
||||
padding-top: 3.65rem;
|
||||
}
|
||||
|
||||
// Custom container
|
||||
//
|
||||
// Doesn't use the default `.container` styles for easier modifications.
|
||||
|
|
|
|||
Loading…
Reference in a new issue