diff options
| author | Mark Otto <[email protected]> | 2016-12-28 14:39:26 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-28 15:13:43 -0800 |
| commit | 645330a755312cdad04253d1f3fafc3f322ca68e (patch) | |
| tree | e19cee6572187b3bfbf088c62d8b6c7af2719ca9 | |
| parent | c73bea60de07faf4874a166826de580d28dcc15e (diff) | |
| download | bootstrap-645330a755312cdad04253d1f3fafc3f322ca68e.tar.xz bootstrap-645330a755312cdad04253d1f3fafc3f322ca68e.zip | |
update pagination list reset styles
| -rw-r--r-- | scss/_pagination.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scss/_pagination.scss b/scss/_pagination.scss index 79b1fd12a..7c5290e65 100644 --- a/scss/_pagination.scss +++ b/scss/_pagination.scss @@ -1,8 +1,10 @@ .pagination { - padding-left: 0; margin-top: $spacer-y; margin-bottom: $spacer-y; display: flex; + // 1-2: Disable browser default list styles + list-style: none; // 1 + padding-left: 0; // 2 @include border-radius(); } |
