From 0740d01b4ccbce54b9e852df63bdf891b532baa2 Mon Sep 17 00:00:00 2001 From: Steven Black Date: Sat, 5 Oct 2013 20:48:28 -0400 Subject: [PATCH] Good catch by @juthilo - omitted the modified in a prior commit. --- less/variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/variables.less b/less/variables.less index e611c3a025..aede11bac3 100644 --- a/less/variables.less +++ b/less/variables.less @@ -369,7 +369,7 @@ @jumbotron-color: inherit; @jumbotron-bg: @gray-lighter; @jumbotron-heading-color: inherit; -@font-size-jumbotron: ceil(@font-size-base * 1.50); +@jumbotron-font-size: ceil(@font-size-base * 1.50); // Form states and alerts -- 2.47.2