From e7379f75bdeba88868dd4d4f169122a932e73822 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 13 Oct 2013 20:04:28 -0700 Subject: [PATCH] no trailing decimal place --- customize.html | 2 +- less/variables.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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