2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

line-height-base to line-height var

This commit is contained in:
Mark Otto
2015-06-22 23:24:32 -07:00
parent 03a5ff6b82
commit ed42fc9b76
12 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -60,7 +60,7 @@
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: $line-height-base;
line-height: $line-height;
color: $dropdown-link-color;
white-space: nowrap; // prevent links from randomly breaking onto new lines
}
@@ -141,7 +141,7 @@
display: block;
padding: 3px 20px;
font-size: $font-size-sm;
line-height: $line-height-base;
line-height: $line-height;
color: $dropdown-header-color;
white-space: nowrap; // as with > li > a
}