Commit 7b42103d authored by Mark Otto's avatar Mark Otto

kill bottom margin on last docs section

parent a56cf753
This diff was suppressed by a .gitattributes entry.
This diff is collapsed.
...@@ -618,6 +618,9 @@ body { ...@@ -618,6 +618,9 @@ body {
.bs-docs-section { .bs-docs-section {
margin-bottom: 60px; margin-bottom: 60px;
} }
.bs-docs-section:last-child {
margin-bottom: 0;
}
h1[id] { h1[id] {
margin-top: 0; margin-top: 0;
......
This diff is collapsed.
This diff was suppressed by a .gitattributes entry.
Markdown is supported
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