2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03: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
+14 -14
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;
}
}