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

Add $pagination-border-width; refs #18150

This commit is contained in:
Chris Rebert
2015-11-14 22:53:18 -08:00
parent 5f45f652f7
commit 203264d7af
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
color: $pagination-color;
text-decoration: none;
background-color: $pagination-bg;
border: 1px solid $pagination-border-color;
border: $pagination-border-width solid $pagination-border-color;
}
&:first-child {
> a,