From 17c822f6f35c5452b9cb7b2c8d7e61af5e7c2f61 Mon Sep 17 00:00:00 2001 From: Amy Hendrix Date: Sun, 13 Jul 2014 19:44:21 -0400 Subject: [PATCH] Unitless line-height --- app/assets/stylesheets/custom_bootstrap/variables.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/custom_bootstrap/variables.less b/app/assets/stylesheets/custom_bootstrap/variables.less index d01720ac5..0f72d41b5 100644 --- a/app/assets/stylesheets/custom_bootstrap/variables.less +++ b/app/assets/stylesheets/custom_bootstrap/variables.less @@ -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;