mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
un-affix top navbar
This commit is contained in:
@@ -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>
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user