1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 05:33:02 +02: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

View File

@@ -6,7 +6,7 @@
@include border-radius();
}
.page {
.page-item {
display: inline; // Remove list-style and block-level defaults
&:first-child {

View File

@@ -7,7 +7,7 @@
line-height: $line-height;
}
.page {
.page-item {
&:first-child {
.page-link {
@include border-left-radius($border-radius);