From 4b27c087836018b639c08788d452892c59e6e297 Mon Sep 17 00:00:00 2001 From: Steven Black Date: Sat, 5 Oct 2013 18:37:53 -0400 Subject: [PATCH] The Jumbotron font-size LESS variable now conforms to the '@{bootstrapClass}-font-size' naming scheme. --- less/jumbotron.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/jumbotron.less b/less/jumbotron.less index aadb4acf57..22c29780a9 100644 --- a/less/jumbotron.less +++ b/less/jumbotron.less @@ -6,7 +6,7 @@ .jumbotron { padding: @jumbotron-padding; margin-bottom: @jumbotron-padding; - font-size: @font-size-jumbotron; + font-size: @jumbotron-font-size; font-weight: 200; line-height: (@line-height-base * 1.5); color: @jumbotron-color; -- 2.47.2