aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-10-13 20:04:28 -0700
committerMark Otto <[email protected]>2013-10-13 20:04:28 -0700
commite7379f75bdeba88868dd4d4f169122a932e73822 (patch)
treee0178c8a75e0940b921ae32d9da39469a6397b88
parentfbc67a395f12209c177d72cca3d298b0350eaf48 (diff)
downloadbootstrap-e7379f75bdeba88868dd4d4f169122a932e73822.tar.xz
bootstrap-e7379f75bdeba88868dd4d4f169122a932e73822.zip
no trailing decimal place
-rw-r--r--customize.html2
-rw-r--r--less/variables.less2
2 files changed, 2 insertions, 2 deletions
diff --git a/customize.html b/customize.html
index bd4b8bff5..be6011d39 100644
--- a/customize.html
+++ b/customize.html
@@ -1222,7 +1222,7 @@ base_url: "../"
<label>@jumbotron-bg</label>
<input type="text" class="form-control" placeholder="@gray-lighter" data-var="@jumbotron-bg">
<label>@jumbotron-font-size</label>
- <input type="text" class="form-control" placeholder="ceil(@font-size-base * 1.50)" data-var="@jumbotron-font-size">
+ <input type="text" class="form-control" placeholder="ceil(@font-size-base * 1.5)" data-var="@jumbotron-font-size">
</div>
<div class="col-md-6">
<label>@jumbotron-color</label>
diff --git a/less/variables.less b/less/variables.less
index aede11bac..9b55f13b6 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