summaryrefslogtreecommitdiff
path: root/slate/variables.less
diff options
context:
space:
mode:
Diffstat (limited to 'slate/variables.less')
-rw-r--r--slate/variables.less5
1 files changed, 3 insertions, 2 deletions
diff --git a/slate/variables.less b/slate/variables.less
index b709cb37..b754babc 100644
--- a/slate/variables.less
+++ b/slate/variables.less
@@ -1,4 +1,4 @@
-// Slate 3.3.1
+// Slate 3.3.2
// Variables
// --------------------------------------------------
@@ -99,7 +99,7 @@
@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: 4px;
@@ -187,6 +187,7 @@
// 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;