diff options
| author | Mark Otto <[email protected]> | 2014-01-18 14:12:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-18 14:12:04 -0800 |
| commit | cfe38a424102881b2af7db455a3d32e34ccca6e2 (patch) | |
| tree | 25906e66e268121f51b12801ecc7d5fe9c474a29 /docs/_includes/customizer-variables.html | |
| parent | b2e88d1359606ddf0a052d245db79ef70bd68dcd (diff) | |
| parent | b1721f42cc8298fb691530614ee6d52389872e25 (diff) | |
| download | bootstrap-cfe38a424102881b2af7db455a3d32e34ccca6e2.tar.xz bootstrap-cfe38a424102881b2af7db455a3d32e34ccca6e2.zip | |
Merge branch 'master' into modal-md
Diffstat (limited to 'docs/_includes/customizer-variables.html')
| -rw-r--r-- | docs/_includes/customizer-variables.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index 0b4429d72..89fb39dec 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -131,7 +131,7 @@ <div class="bs-customizer-input"> <label for="input-@line-height-computed">@line-height-computed</label> <input id="input-@line-height-computed" type="text" value="floor((@font-size-base * @line-height-base))" data-var="@line-height-computed" class="form-control"/> - <p class="help-block">Computed "line-height" (<code>font-size</code> &times; <code>line-height</code>) for use with <code>margin</code>, <code>padding</code>, etc.</p> + <p class="help-block">Computed "line-height" (<code>font-size</code> * <code>line-height</code>) for use with <code>margin</code>, <code>padding</code>, etc.</p> </div> <div class="bs-customizer-input"> <label for="input-@headings-font-family">@headings-font-family</label> @@ -1117,7 +1117,7 @@ <div class="bs-customizer-input"> <label for="input-@modal-content-fallback-border-color">@modal-content-fallback-border-color</label> <input id="input-@modal-content-fallback-border-color" type="text" value="#999" data-var="@modal-content-fallback-border-color" class="form-control"/> - <p class="help-block">Modal content border color <strong>for IE8</strong></p> + <p class="help-block">Modal content border color <strong>for IE8</strong></p> </div> <div class="bs-customizer-input"> <label for="input-@modal-backdrop-bg">@modal-backdrop-bg</label> |
