2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Merge branch 'davewasmer-master' into 2.0.2-wip

This commit is contained in:
Mark Otto
2012-03-05 23:07:54 -08:00
+6
View File
@@ -28,3 +28,9 @@
.pager .previous a { .pager .previous a {
float: left; float: left;
} }
.pager .disabled a,
.pager .disabled a:hover {
color: @grayLight;
background-color: #fff;
cursor: default;
}