From 1568c5329d0a4a11d0e3c37095b76c4ff42ff576 Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 19 Jun 2015 18:20:50 -0400 Subject: [PATCH] Fix header using wrong @medium value --- src/definitions/elements/header.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definitions/elements/header.less b/src/definitions/elements/header.less index 637a3530e..682ec6298 100755 --- a/src/definitions/elements/header.less +++ b/src/definitions/elements/header.less @@ -703,7 +703,7 @@ a.ui.inverted.grey.header:hover { --------------------*/ .ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) { - font-size: @medium; + font-size: @mediumFontSize; } .loadUIOverrides();