diff options
| author | Mark Otto <[email protected]> | 2013-08-16 13:30:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-16 13:30:33 -0700 |
| commit | 3c880e681d49ade20f1b9fcbfb573172d24b3b89 (patch) | |
| tree | 319c63fd5bb0b06621c32a70a14b706e5714eb16 /assets/css/docs.css | |
| parent | 551c561ee2471681c5c7536c2cfe81d15f180cf7 (diff) | |
| download | bootstrap-3c880e681d49ade20f1b9fcbfb573172d24b3b89.tar.xz bootstrap-3c880e681d49ade20f1b9fcbfb573172d24b3b89.zip | |
finish up second pass through docs nav, headings, organization, naming, etc (another run through at #9710)
Diffstat (limited to 'assets/css/docs.css')
| -rw-r--r-- | assets/css/docs.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index 1a2c367f6..61622751f 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -531,6 +531,12 @@ body { } } +/* Pagination */ +.bs-example .pagination { + margin-top: 10px; + margin-bottom: 10px; +} + /* Example modals */ .bs-example-modal { background-color: #f5f5f5; |
