diff options
author | Thomas Park <thomas@thomaspark.me> | 2015-01-22 22:42:19 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2015-01-22 22:42:19 -0500 |
commit | 7e6070630176d8a802c4837345d5998eac7c1d7a (patch) | |
tree | 42b52825638009e3481bc43bc58501af887dabad /cosmo/_variables.scss | |
parent | 25f57ee1fe9773b08d95d5f7d6ba93e2db048f8f (diff) |
update bootswatch to 3.3.2
Diffstat (limited to 'cosmo/_variables.scss')
-rw-r--r-- | cosmo/_variables.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cosmo/_variables.scss b/cosmo/_variables.scss index 20ff1e49..fe58525e 100644 --- a/cosmo/_variables.scss +++ b/cosmo/_variables.scss @@ -1,4 +1,4 @@ -// Cosmo 3.3.1 +// Cosmo 3.3.2 // Variables // -------------------------------------------------- @@ -99,7 +99,7 @@ $padding-small-horizontal: 10px; $padding-xs-vertical: 1px; $padding-xs-horizontal: 5px; -$line-height-large: 1.33; +$line-height-large: 1.3333333; // extra decimals for Win 8.1 Chrome $line-height-small: 1.5; $border-radius-base: 0; @@ -187,6 +187,7 @@ $input-border: #ccc; // TODO: Rename `$input-border-radius` to `$input-border-radius-base` in v4 //** Default `.form-control` border radius +// This has no effect on `<select>`s in some browsers, due to the limited stylability of `<select>`s in CSS. $input-border-radius: $border-radius-base; //** Large `.form-control` border radius $input-border-radius-large: $border-radius-large; |