summaryrefslogtreecommitdiff
path: root/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_pager.scss
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_pager.scss')
-rw-r--r--xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_pager.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_pager.scss b/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_pager.scss
index c234217..0762238 100644
--- a/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_pager.scss
+++ b/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_pager.scss
@@ -6,8 +6,8 @@
.pager {
padding-left: 0;
margin: $line-height-computed 0;
- list-style: none;
text-align: center;
+ list-style: none;
@include clearfix;
li {
display: inline;
@@ -47,8 +47,8 @@
> a:focus,
> span {
color: $pager-disabled-color;
- background-color: $pager-bg;
cursor: $cursor-disabled;
+ background-color: $pager-bg;
}
}
}