2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +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
@@ -3,7 +3,7 @@
// --------------------------------------------------
.pagination {
display: inline-block;
margin: @line-height-base 0;
margin: @line-height-computed 0;
border-radius: @border-radius-base;
}
.pagination > li {