2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Add $pager-border-width; refs #18150

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