1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 16:19:53 +02:00

Rename $pagination-border => $pagination-border-color for clarity

This commit is contained in:
Chris Rebert
2015-11-14 22:51:18 -08:00
parent 687610e6f1
commit 5f45f652f7
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
color: $pagination-color;
text-decoration: none;
background-color: $pagination-bg;
border: 1px solid $pagination-border;
border: 1px solid $pagination-border-color;
}
&:first-child {
> a,