Commit 44fe355e authored by Mark Otto's avatar Mark Otto

un-affix top navbar

parent 31a47369
<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.
This diff was suppressed by a .gitattributes entry.
...@@ -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 {
......
.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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment