mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
more consistent variable naming patterns
This commit is contained in:
+2
-2
@@ -8,7 +8,7 @@
|
||||
margin-bottom: 30px;
|
||||
font-size: 18px;
|
||||
font-weight: 200;
|
||||
line-height: @base-line-height * 1.5;
|
||||
line-height: @line-height-base * 1.5;
|
||||
color: @heroUnitLeadColor;
|
||||
background-color: @heroUnitBackground;
|
||||
border-radius: 6px;
|
||||
@@ -20,6 +20,6 @@
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
li {
|
||||
line-height: @base-line-height * 1.5; // Reset since we specify in type.less
|
||||
line-height: @line-height-base * 1.5; // Reset since we specify in type.less
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user