diff --git a/customize.html b/customize.html index 7ee22bc08d..91e9d38c20 100644 --- a/customize.html +++ b/customize.html @@ -1036,20 +1036,21 @@ base_url: "../"

Jumbotron

-
+
+ + +
+
-

Jumbotron background color

-
+
+ + +
+
-

Jumbotron heading color

-
-
- - -

Jumbotron lead paragraph color

diff --git a/less/jumbotron.less b/less/jumbotron.less index bb5a71fb53..0857f21791 100644 --- a/less/jumbotron.less +++ b/less/jumbotron.less @@ -9,7 +9,7 @@ font-size: (@font-size-base * 1.5); font-weight: 200; line-height: (@line-height-base * 1.5); - color: @jumbotron-lead-color; + color: @jumbotron-color; background-color: @jumbotron-bg; h1 { diff --git a/less/variables.less b/less/variables.less index eadd78fb85..958f9515ce 100644 --- a/less/variables.less +++ b/less/variables.less @@ -351,9 +351,11 @@ // Jumbotron // ------------------------- +@jumbotron-padding: 30px; +@jumbotron-color: inherit; @jumbotron-bg: @gray-lighter; + @jumbotron-heading-color: inherit; -@jumbotron-lead-color: inherit; // Form states and alerts