diff options
| author | Mark Otto <[email protected]> | 2013-07-08 06:55:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-08 06:55:50 -0700 |
| commit | e0d1b83e259395b25ba2b996372f68eede16f5e3 (patch) | |
| tree | acbe882c8f1a0c958f572b19f2797bb71ac23957 /docs/assets/css/bootstrap.css | |
| parent | 46378c7ba3211134881f031a2fc8707e96706aad (diff) | |
| parent | 6bda16f6beb9db168d52b5e1f291328d8fd5d7c9 (diff) | |
| download | bootstrap-e0d1b83e259395b25ba2b996372f68eede16f5e3.tar.xz bootstrap-e0d1b83e259395b25ba2b996372f68eede16f5e3.zip | |
Merge pull request #8412 from cvrebert/pagination-nesting
use nesting more in pagination.less
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 7d3497d98..8516a5aab 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3323,6 +3323,19 @@ button.close { border-left-width: 0; } +.pagination > li:first-child > a, +.pagination > li:first-child > span { + border-left-width: 1px; + border-bottom-left-radius: 4px; + border-top-left-radius: 4px; +} + +.pagination > li:last-child > a, +.pagination > li:last-child > span { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} + .pagination > li > a:hover, .pagination > li > a:focus, .pagination > .active > a, @@ -3345,19 +3358,6 @@ button.close { background-color: #ffffff; } -.pagination > li:first-child > a, -.pagination > li:first-child > span { - border-left-width: 1px; - border-bottom-left-radius: 4px; - border-top-left-radius: 4px; -} - -.pagination > li:last-child > a, -.pagination > li:last-child > span { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} - .pagination-large > li > a, .pagination-large > li > span { padding: 14px 16px; |
