Commit 4b1ff7fa authored by Mark Otto's avatar Mark Otto
Browse files

Formatting and docs changes

parent 36aa3afb
Showing with 4493 additions and 4577 deletions
+4493 -4577
...@@ -290,6 +290,7 @@ body { ...@@ -290,6 +290,7 @@ body {
/* Page headers */ /* Page headers */
.bs-header { .bs-header {
margin-bottom: 40px;
padding: 30px 15px 40px; /* side padding builds on .container 15px, so 30px */ padding: 30px 15px 40px; /* side padding builds on .container 15px, so 30px */
font-size: 20px; font-size: 20px;
text-align: center; text-align: center;
...@@ -534,8 +535,6 @@ body { ...@@ -534,8 +535,6 @@ body {
.bs-sidenav { .bs-sidenav {
margin-top: 20px; margin-top: 20px;
margin-bottom: 20px; margin-bottom: 20px;
padding-top: 5px;
padding-bottom: 5px;
} }
/* All levels of nav */ /* All levels of nav */
...@@ -630,8 +629,8 @@ body { ...@@ -630,8 +629,8 @@ body {
margin-bottom: 60px; margin-bottom: 60px;
} }
/* Janky fix for preventing navbar from overlapping */
h1[id] { h1[id] {
margin-top: 0;
padding-top: 20px; padding-top: 20px;
} }
......
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
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