Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2012-12-10 10:13:40 +0400
committerMark Otto <otto@github.com>2012-12-10 10:13:40 +0400
commit4245e8ebb5c98ca1a89b7b56578d4fe52ee81802 (patch)
tree43da0a377deac5fecf68d9e39e91ebc135d02178 /less
parent6e9bbe6232217fb86e10d0f7623863cf1a1aa135 (diff)
Fix checkbox and radios example
Diffstat (limited to 'less')
-rw-r--r--less/forms.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less
index fe1bb9d408..d96649ef70 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -206,6 +206,7 @@ textarea {
}
.radio label,
.checkbox label {
+ margin-bottom: 0;
font-weight: normal;
}
.radio input[type="radio"],