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:
authorJan Stevens <jan@playpass.be>2015-08-25 17:52:58 +0300
committerJan Stevens <jan@playpass.be>2015-08-25 17:52:58 +0300
commitd4c7c325eca7e60bc2dc2b300d75319f052086fe (patch)
tree713d935afdf6af6d184a6990b47a65363aa7b1d9 /assets/stylesheets/bootstrap/_variables.scss
parenta3f606b2c2daeceef765c2843364f1a04a1b43ae (diff)
Updated to latest v4-dev build and fixed some leftover stuff
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 b96e45b..e4b6387 100644
--- a/assets/stylesheets/bootstrap/_variables.scss
+++ b/assets/stylesheets/bootstrap/_variables.scss
@@ -179,7 +179,7 @@ $hr-border-width: $border-width !default;
//
// Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
-$line-height-lg: (4/3) !default;
+$line-height-lg: (4 / 3) !default;
$line-height-sm: 1.5 !default;
$border-radius: .25rem !default;