aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-01-18 14:12:04 -0800
committerMark Otto <[email protected]>2014-01-18 14:12:04 -0800
commitcfe38a424102881b2af7db455a3d32e34ccca6e2 (patch)
tree25906e66e268121f51b12801ecc7d5fe9c474a29 /less/variables.less
parentb2e88d1359606ddf0a052d245db79ef70bd68dcd (diff)
parentb1721f42cc8298fb691530614ee6d52389872e25 (diff)
downloadbootstrap-cfe38a424102881b2af7db455a3d32e34ccca6e2.tar.xz
bootstrap-cfe38a424102881b2af7db455a3d32e34ccca6e2.zip
Merge branch 'master' into modal-md
Diffstat (limited to 'less/variables.less')
-rw-r--r--less/variables.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/variables.less b/less/variables.less
index 0484eb15e..e431f47b3 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` &times; `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 `<body>`.
@@ -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 <strong>for IE8</strong>
+//** Modal content border color **for IE8**
@modal-content-fallback-border-color: #999;
//** Modal backdrop background color