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
path: root/assets
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-06-26 16:05:30 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-06-26 16:05:30 +0400
commitc39044df76f1e0cef9e133bae6433a9d98ca7c2b (patch)
treea16212a4ab9d03746cb83dfd595f6a72b0a7c233 /assets
parent63c007067f3cef9521157f6b7994f03c5ae54d3d (diff)
rake convert
Diffstat (limited to 'assets')
-rw-r--r--assets/stylesheets/bootstrap/_forms.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/stylesheets/bootstrap/_forms.scss b/assets/stylesheets/bootstrap/_forms.scss
index e496fb0..74bb67d 100644
--- a/assets/stylesheets/bootstrap/_forms.scss
+++ b/assets/stylesheets/bootstrap/_forms.scss
@@ -447,7 +447,7 @@ input[type="checkbox"] {
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
- float: none;
+ position: relative;
margin-left: 0;
}