2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

account for nav on docs pages

This commit is contained in:
Mark Otto
2015-08-05 00:10:15 -07:00
parent b728fe2bbd
commit 6836530f72
6 changed files with 19 additions and 15 deletions
+1 -2
View File
@@ -30,8 +30,7 @@
//
.bd-navbar {
padding-top: .25rem;
padding-bottom: .25rem;
padding: .25rem;
background-color: $bd-graphite;
.nav-link {
+5
View File
@@ -1,3 +1,8 @@
.bd-docs {
padding-top: 3.7rem;
}
// Custom container
//
// Doesn't use the default `.container` styles for easier modifications.
+1 -1
View File
@@ -31,7 +31,7 @@
}
.bd-sidebar {
position: fixed;
top: 0;
top: 3.7rem;
bottom: 0;
left: 0;
width: 240px;