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:
authorGleb Mazovetskiy <glex.spb@gmail.com>2015-09-20 03:41:14 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2015-09-20 03:41:14 +0300
commita839232ca6b5350b96fb84ca6fb2934fad142d1e (patch)
treecb7e74827cd1afeafc3ca6586b1cd3ade8f4a1a8 /assets/stylesheets/bootstrap/_forms.scss
parent26ad228886313392920ac8f35ca8df8df2c58f16 (diff)
update to 64cdb791dfa2f04bd50062b76fcf25345c073a36
Diffstat (limited to 'assets/stylesheets/bootstrap/_forms.scss')
-rw-r--r--assets/stylesheets/bootstrap/_forms.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/stylesheets/bootstrap/_forms.scss b/assets/stylesheets/bootstrap/_forms.scss
index 7879f63..df28863 100644
--- a/assets/stylesheets/bootstrap/_forms.scss
+++ b/assets/stylesheets/bootstrap/_forms.scss
@@ -76,7 +76,7 @@
// For use with horizontal and inline forms, when you need the label text to
// align with the form controls.
.form-control-label {
- padding: ($input-padding-y + $border-width) $input-padding-x;
+ padding: $input-padding-y $input-padding-x;
margin-bottom: 0; // Override the `<label>` default
}
@@ -120,8 +120,8 @@
.form-control-static {
min-height: $input-height;
// Size it appropriately next to real form controls
- padding-top: ($input-padding-y + $border-width);
- padding-bottom: ($input-padding-y + $border-width);
+ padding-top: $input-padding-y;
+ padding-bottom: $input-padding-y;
// Remove default margin from `p`
margin-bottom: 0;