From 3ef464fb81cd567563491a26bdd69f48fb76e73a Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 17 Nov 2014 16:56:46 -0500 Subject: [PATCH] Remove paragraph font size, not necessary, can cause inheritance issues --- src/definitions/globals/site.less | 2 -- src/themes/default/globals/site.variables | 14 ++++++-------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/src/definitions/globals/site.less b/src/definitions/globals/site.less index 174b79fa9..4a93fce70 100755 --- a/src/definitions/globals/site.less +++ b/src/definitions/globals/site.less @@ -88,8 +88,6 @@ h5 { *******************************/ p { - font-size: @paragraphFontSize; - line-height: @paragraphLineHeight; margin: @paragraphMargin; } p:first-child { diff --git a/src/themes/default/globals/site.variables b/src/themes/default/globals/site.variables index 67b350334..ce647eeb6 100644 --- a/src/themes/default/globals/site.variables +++ b/src/themes/default/globals/site.variables @@ -26,13 +26,13 @@ Page Heading ---------------*/ -@headerLineHeight : 1.33em; +@headerLineHeight : 1.33em; -@h1 : 2rem; -@h2 : 1.714rem; -@h3 : 1.28rem; -@h4 : 1.071rem; -@h5 : 1rem; +@h1 : 2rem; +@h2 : 1.714rem; +@h3 : 1.28rem; +@h4 : 1.071rem; +@h5 : 1rem; /*------------------- Site Colors @@ -117,8 +117,6 @@ --------------------*/ @paragraphMargin : 0em 0em 1em; -@paragraphLineHeight : @lineHeight; -@paragraphFontSize : @fontSize; /*------------------- Links