diff options
| author | Mark Otto <[email protected]> | 2016-12-28 14:39:51 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-28 15:13:43 -0800 |
| commit | e3d01a326b501abc590468d5b8ae8d61d19d15eb (patch) | |
| tree | 48e989970958b55ff0a04430f716c174de586b5d | |
| parent | e81aa62af662c4282c8b4af17ea385260fa0de35 (diff) | |
| download | bootstrap-e3d01a326b501abc590468d5b8ae8d61d19d15eb.tar.xz bootstrap-e3d01a326b501abc590468d5b8ae8d61d19d15eb.zip | |
.page-item's don't need this anymore (they're flex items)
| -rw-r--r-- | scss/_pagination.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scss/_pagination.scss b/scss/_pagination.scss index 56f8b1191..e60bd41bb 100644 --- a/scss/_pagination.scss +++ b/scss/_pagination.scss @@ -7,8 +7,6 @@ } .page-item { - display: inline; // Remove list-style and block-level defaults - &:first-child { .page-link { margin-left: 0; |
