2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

.page => .page-item

This commit is contained in:
Chris Rebert
2015-12-07 22:24:50 -08:00
parent 0c1df9912f
commit e7edf10473
3 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
@include border-radius();
}
.page {
.page-item {
display: inline; // Remove list-style and block-level defaults
&:first-child {
+1 -1
View File
@@ -7,7 +7,7 @@
line-height: $line-height;
}
.page {
.page-item {
&:first-child {
.page-link {
@include border-left-radius($border-radius);