aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-12-28 14:39:51 -0800
committerMark Otto <[email protected]>2016-12-28 15:13:43 -0800
commite3d01a326b501abc590468d5b8ae8d61d19d15eb (patch)
tree48e989970958b55ff0a04430f716c174de586b5d
parente81aa62af662c4282c8b4af17ea385260fa0de35 (diff)
downloadbootstrap-e3d01a326b501abc590468d5b8ae8d61d19d15eb.tar.xz
bootstrap-e3d01a326b501abc590468d5b8ae8d61d19d15eb.zip
.page-item's don't need this anymore (they're flex items)
-rw-r--r--scss/_pagination.scss2
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;