2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +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
@@ -340,7 +340,7 @@
// Dividers (basically an hr) within dropdowns and nav lists
.nav-divider(@top: #e5e5e5, @bottom: #fff) {
height: 2px; // 1px for background, one for border
margin: ((@line-height-base / 2) - 1) 0;
margin: ((@line-height-computed / 2) - 1) 0;
overflow: hidden;
background-color: @top;
border-bottom: 1px solid @bottom;