Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas McDonald <tom@conceptcoding.co.uk>2015-01-19 20:10:26 +0300
committerThomas McDonald <tom@conceptcoding.co.uk>2015-01-19 20:10:26 +0300
commitaa4484541ca6d8b83c357b4eefd236e4f0bf1b8d (patch)
treefa93723a08b06e1777cb76418a53a79b13769ab8 /assets/stylesheets/bootstrap/_variables.scss
parent98818eb7f3329a9ce70630be09688d3792f37525 (diff)
bump to 3.3.2
Diffstat (limited to 'assets/stylesheets/bootstrap/_variables.scss')
-rw-r--r--assets/stylesheets/bootstrap/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/stylesheets/bootstrap/_variables.scss b/assets/stylesheets/bootstrap/_variables.scss
index 3589a3c..578b7b6 100644
--- a/assets/stylesheets/bootstrap/_variables.scss
+++ b/assets/stylesheets/bootstrap/_variables.scss
@@ -104,7 +104,7 @@ $padding-small-horizontal: 10px !default;
$padding-xs-vertical: 1px !default;
$padding-xs-horizontal: 5px !default;
-$line-height-large: 1.33 !default;
+$line-height-large: 1.3333333 !default; // extra decimals for Win 8.1 Chrome
$line-height-small: 1.5 !default;
$border-radius-base: 4px !default;