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

Nuke top margin on pager examples

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