aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-29 13:12:13 -0800
committerMark Otto <[email protected]>2012-01-29 13:12:13 -0800
commit4e5b0e185e8cc9df3a77361380a44b16689fd2f7 (patch)
treed8a348f493c4383b9f6e529da12b8b5ed3733ddc /less
parent8c763589a2058785936a33088935c50f622859de (diff)
downloadbootstrap-4e5b0e185e8cc9df3a77361380a44b16689fd2f7.tar.xz
bootstrap-4e5b0e185e8cc9df3a77361380a44b16689fd2f7.zip
refined pager styles to give a border on the links and improved hover state
Diffstat (limited to 'less')
-rw-r--r--less/pager.less9
1 files changed, 7 insertions, 2 deletions
diff --git a/less/pager.less b/less/pager.less
index de009afda..104e41cab 100644
--- a/less/pager.less
+++ b/less/pager.less
@@ -13,10 +13,15 @@
}
.pager a {
display: inline-block;
- padding: 6px 15px;
- background-color: #f5f5f5;
+ padding: 5px 14px;
+ background-color: #fff;
+ border: 1px solid #ddd;
.border-radius(15px);
}
+.pager a:hover {
+ text-decoration: none;
+ background-color: #f5f5f5;
+}
.pager .next a {
float: right;
}