Unitless line-height

This commit is contained in:
Amy Hendrix
2014-07-13 19:44:21 -04:00
parent 4728de5dd8
commit 17c822f6f3

View File

@@ -13,7 +13,6 @@
@body-bg: @beige;
@text-color: @brown;
@link-color: @green;
// Typography (with help from bootswatch.com's "readable" theme)
@@ -24,7 +23,7 @@
@font-size-base: 15px;
@font-family-base: @font-family-sans-serif;
@line-height-base: @font-size-base * 1.5;
@line-height-base: 1.5;
@alt-font-family: @font-family-sans-serif;
@headings-font-family: "Lora", Georgia, "Times New Roman", Times, serif;