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

un-affix top navbar

parent 31a47369
Showing with 3 additions and 7 deletions
+3 -7
<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.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -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.
......
Supports Markdown
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