2
0
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:
Bardi Harborow
2016-10-20 01:45:00 +11:00
parent dd22d99254
commit ba49d709ba
10 changed files with 40 additions and 39 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -1,4 +1,4 @@
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-bottom: 2rem;
padding-top: 2rem;
}