0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Nuke top margin on pager examples

This commit is contained in:
Mark Otto 2013-08-19 00:36:45 -07:00
parent d8128fca94
commit 07cecc88bc

View File

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