diff options
| author | Mark Otto <[email protected]> | 2012-06-10 16:46:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-10 16:46:46 -0700 |
| commit | 0c817bf5e2ab635777c17e00caed829e6939f34f (patch) | |
| tree | 8682529be36dc9478f26463deaa4667a5129fe7b /docs/assets/css/docs.css | |
| parent | 3985379ccabcdcf9f96432ba37be2dd38ed117bc (diff) | |
| download | bootstrap-0c817bf5e2ab635777c17e00caed829e6939f34f.tar.xz bootstrap-0c817bf5e2ab635777c17e00caed829e6939f34f.zip | |
redo pagination and breadcrumbs
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index fc9df07e2..83533ea78 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -743,9 +743,13 @@ form.well { .bs-docs-example .progress, .bs-docs-example .well, .bs-docs-example .alert, -.bs-docs-example .hero-unit { +.bs-docs-example .hero-unit, +.bs-docs-example .pagination { margin-bottom: 5px; } +.bs-docs-example .pagination { + margin-top: 0; +} form.bs-docs-example { padding-bottom: 19px; } |
