diff options
| author | Steven Black <[email protected]> | 2013-10-05 20:48:28 -0400 |
|---|---|---|
| committer | Steven Black <[email protected]> | 2013-10-05 20:48:28 -0400 |
| commit | 0740d01b4ccbce54b9e852df63bdf891b532baa2 (patch) | |
| tree | 352d17fb1ba5d53235887e87af320836bb8b249e | |
| parent | c7120a7b043cb19b84928cf562bc9c352788e337 (diff) | |
| download | bootstrap-0740d01b4ccbce54b9e852df63bdf891b532baa2.tar.xz bootstrap-0740d01b4ccbce54b9e852df63bdf891b532baa2.zip | |
Good catch by @juthilo - omitted the modified in a prior commit.
| -rw-r--r-- | less/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less index e611c3a02..aede11bac 100644 --- a/less/variables.less +++ b/less/variables.less @@ -369,7 +369,7 @@ @jumbotron-color: inherit; @jumbotron-bg: @gray-lighter; @jumbotron-heading-color: inherit; -@font-size-jumbotron: ceil(@font-size-base * 1.50); +@jumbotron-font-size: ceil(@font-size-base * 1.50); // Form states and alerts |
