aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMaxb <[email protected]>2015-03-18 17:29:59 -0700
committerMaxb <[email protected]>2015-03-18 17:29:59 -0700
commit9558211c8c5f345eb7f678c76a3dee3da51745e9 (patch)
tree81e372fe52b1826224b917b7a61ae3bbc417e78b /less
parentf5250d0a0e2a7cfed77f55654027ff151ebe5aeb (diff)
downloadbootstrap-9558211c8c5f345eb7f678c76a3dee3da51745e9.tar.xz
bootstrap-9558211c8c5f345eb7f678c76a3dee3da51745e9.zip
Jumbotron: Putting heading font size in variables to allow for easier overrides.
Diffstat (limited to 'less')
-rw-r--r--less/jumbotron.less2
-rw-r--r--less/variables.less1
2 files changed, 2 insertions, 1 deletions
diff --git a/less/jumbotron.less b/less/jumbotron.less
index 93036d3c9..fb4415bdc 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 b5fb9d02c..dd3c102ab 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