mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-16 16:21:05 +00:00
Merge pull request #65 from twbs/precision
Use expressions for thirds to avoid precision issues
This commit is contained in:
commit
c0f4dcd38e
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ $padding-sm-horizontal: .75rem !default;
|
||||||
$padding-xs-vertical: .2rem !default;
|
$padding-xs-vertical: .2rem !default;
|
||||||
$padding-xs-horizontal: .5rem !default;
|
$padding-xs-horizontal: .5rem !default;
|
||||||
|
|
||||||
$line-height-lg: 1.3333333 !default;
|
$line-height-lg: (4/3) !default;
|
||||||
$line-height-sm: 1.5 !default;
|
$line-height-sm: 1.5 !default;
|
||||||
|
|
||||||
$border-radius-base: .25rem !default;
|
$border-radius-base: .25rem !default;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue