diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index 0b4429d721..89fb39dec8 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -131,7 +131,7 @@
-

Computed "line-height" (font-size × line-height) for use with margin, padding, etc.

+

Computed "line-height" (font-size * line-height) for use with margin, padding, etc.

@@ -1117,7 +1117,7 @@
-

Modal content border color <strong>for IE8</strong>

+

Modal content border color for IE8

diff --git a/less/variables.less b/less/variables.less index 106a734577..d9147eb59d 100644 --- a/less/variables.less +++ b/less/variables.less @@ -58,7 +58,7 @@ //** Unit-less `line-height` for use in components like buttons. @line-height-base: 1.428571429; // 20/14 -//** Computed "line-height" (`font-size` × `line-height`) for use with `margin`, `padding`, etc. +//** Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc. @line-height-computed: floor((@font-size-base * @line-height-base)); // ~20px //** By default, this inherits from the ``. @@ -548,7 +548,7 @@ @modal-content-bg: #fff; //** Modal content border color @modal-content-border-color: rgba(0,0,0,.2); -//** Modal content border color for IE8 +//** Modal content border color **for IE8** @modal-content-fallback-border-color: #999; //** Modal backdrop background color