2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

$pager-border => $pager-border-color

This commit is contained in:
Chris Rebert
2015-11-14 22:48:18 -08:00
parent a420b66210
commit a4594bd445
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
display: inline-block;
padding: 5px 14px;
background-color: $pager-bg;
border: 1px solid $pager-border;
border: 1px solid $pager-border-color;
border-radius: $pager-border-radius;
}