From: Maxb Date: Thu, 19 Mar 2015 00:29:59 +0000 (-0700) Subject: Jumbotron: Putting heading font size in variables to allow for easier overrides. X-Git-Tag: v3.3.5~182^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9558211c8c5f345eb7f678c76a3dee3da51745e9;p=thirdparty%2Fbootstrap.git Jumbotron: Putting heading font size in variables to allow for easier overrides. --- diff --git a/less/jumbotron.less b/less/jumbotron.less index 93036d3c95..fb4415bdc3 100644 --- a/less/jumbotron.less +++ b/less/jumbotron.less @@ -44,7 +44,7 @@ h1, .h1 { - font-size: (@font-size-base * 4.5); + font-size: @jumbotron-heading-font-size; } } } diff --git a/less/variables.less b/less/variables.less index b5fb9d02cf..dd3c102ab1 100644 --- a/less/variables.less +++ b/less/variables.less @@ -484,6 +484,7 @@ @jumbotron-bg: @gray-lighter; @jumbotron-heading-color: inherit; @jumbotron-font-size: ceil((@font-size-base * 1.5)); +@jumbotron-heading-font-size: ceil((@font-size-base * 4.5)); //== Form states and alerts