2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

fixes #4295: add vars for pagination

This commit is contained in:
Mark Otto
2012-08-07 22:37:38 -07:00
parent 0cb3ba6b23
commit 8ed77c41f0
3 changed files with 10 additions and 2 deletions
+2 -1
View File
@@ -24,7 +24,8 @@
padding: 0 14px;
line-height: (@baseLineHeight * 2) - 2;
text-decoration: none;
border: 1px solid #ddd;
background-color: @paginationBackground;
border: 1px solid @paginationBorder;
border-left-width: 0;
}
.pagination a:hover,