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