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:
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;