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

Fix component margin and padding values to use @line-height-computed

This commit is contained in:
Aaron
2013-05-10 09:21:27 -06:00
parent 90e4ff73d2
commit 94cc333553
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
.pager {
margin: @line-height-base 0;
margin: @line-height-computed 0;
list-style: none;
text-align: center;
.clearfix();