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

Merge pull request #42 from twbs/pager

rename .previous => .pager-prev , .next => .pager-next
This commit is contained in:
Chris Rebert
2014-12-18 15:32:12 -08:00
2 changed files with 19 additions and 19 deletions

View File

@@ -29,20 +29,6 @@
}
}
.next {
> a,
> span {
float: right;
}
}
.previous {
> a,
> span {
float: left;
}
}
.disabled {
> a,
> a:hover,
@@ -54,3 +40,17 @@
}
}
}
.pager-next {
> a,
> span {
float: right;
}
}
.pager-prev {
> a,
> span {
float: left;
}
}