mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-26 11:53:59 +00:00
Nuke top margin on pager examples
This commit is contained in:
parent
d8128fca94
commit
07cecc88bc
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue