Commit e7379f75 authored by Mark Otto's avatar Mark Otto

no trailing decimal place

parent fbc67a39
...@@ -1222,7 +1222,7 @@ base_url: "../" ...@@ -1222,7 +1222,7 @@ base_url: "../"
<label>@jumbotron-bg</label> <label>@jumbotron-bg</label>
<input type="text" class="form-control" placeholder="@gray-lighter" data-var="@jumbotron-bg"> <input type="text" class="form-control" placeholder="@gray-lighter" data-var="@jumbotron-bg">
<label>@jumbotron-font-size</label> <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>
<div class="col-md-6"> <div class="col-md-6">
<label>@jumbotron-color</label> <label>@jumbotron-color</label>
......
...@@ -369,7 +369,7 @@ ...@@ -369,7 +369,7 @@
@jumbotron-color: inherit; @jumbotron-color: inherit;
@jumbotron-bg: @gray-lighter; @jumbotron-bg: @gray-lighter;
@jumbotron-heading-color: inherit; @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 // Form states and alerts
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment