mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Normalize examples and update where relevant.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
<body>
|
||||
|
||||
<nav class="navbar navbar-static-top navbar-dark bg-inverse">
|
||||
<nav class="navbar navbar-fixed-top navbar-dark bg-inverse">
|
||||
<a class="navbar-brand" href="#">Project name</a>
|
||||
<ul class="nav navbar-nav">
|
||||
<li class="nav-item active">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* Move down content because we have a fixed navbar that is 50px tall */
|
||||
body {
|
||||
padding-bottom: 2rem;
|
||||
padding-top: 2rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user