From: Steven Black Date: Sat, 5 Oct 2013 22:37:53 +0000 (-0400) Subject: The Jumbotron font-size LESS variable now conforms to the '@{bootstrapClass}-font... X-Git-Tag: v3.0.1~39^2~44^2^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b27c087836018b639c08788d452892c59e6e297;p=thirdparty%2Fbootstrap.git The Jumbotron font-size LESS variable now conforms to the '@{bootstrapClass}-font-size' naming scheme. --- 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;