diff --git a/customize.html b/customize.html index 9e46798ea474..ae6871ccd738 100644 --- a/customize.html +++ b/customize.html @@ -1222,19 +1222,17 @@

Breadcrumbs

Jumbotron

-
+
-
-
+ +
-
+
-
-
diff --git a/less/jumbotron.less b/less/jumbotron.less index 3a2365f05efa..22c29780a927 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-base * 1.5); + font-size: @jumbotron-font-size; font-weight: 200; line-height: (@line-height-base * 1.5); color: @jumbotron-color; diff --git a/less/variables.less b/less/variables.less index 1a998b9461af..aede11bac338 100644 --- a/less/variables.less +++ b/less/variables.less @@ -368,8 +368,8 @@ @jumbotron-padding: 30px; @jumbotron-color: inherit; @jumbotron-bg: @gray-lighter; - @jumbotron-heading-color: inherit; +@jumbotron-font-size: ceil(@font-size-base * 1.50); // Form states and alerts