Commit 07cecc88 authored by Mark Otto's avatar Mark Otto

Nuke top margin on pager examples

parent d8128fca
...@@ -753,6 +753,11 @@ h1[id] { ...@@ -753,6 +753,11 @@ h1[id] {
margin-bottom: 10px; margin-bottom: 10px;
} }
/* Pager */
.bs-example > .pager {
margin-top: 0;
}
/* Example modals */ /* Example modals */
.bs-example-modal { .bs-example-modal {
background-color: #f5f5f5; background-color: #f5f5f5;
......
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