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

rename .previous => .pager-prev , .next => .pager-next

This commit is contained in:
Chris Rebert
2014-12-17 18:36:51 -08:00
parent 90f4767d06
commit 12c5473e7a
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;
}
}