From: Mark Otto Date: Mon, 14 Oct 2013 03:04:28 +0000 (-0700) Subject: no trailing decimal place X-Git-Tag: v3.0.1~39^2~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7379f75bdeba88868dd4d4f169122a932e73822;p=thirdparty%2Fbootstrap.git no trailing decimal place --- diff --git a/customize.html b/customize.html index bd4b8bff5f..be6011d39a 100644 --- a/customize.html +++ b/customize.html @@ -1222,7 +1222,7 @@ base_url: "../" - +
diff --git a/less/variables.less b/less/variables.less index aede11bac3..9b55f13b69 100644 --- a/less/variables.less +++ b/less/variables.less @@ -369,7 +369,7 @@ @jumbotron-color: inherit; @jumbotron-bg: @gray-lighter; @jumbotron-heading-color: inherit; -@jumbotron-font-size: ceil(@font-size-base * 1.50); +@jumbotron-font-size: ceil(@font-size-base * 1.5); // Form states and alerts