aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-08-29 13:05:43 -0700
committerMark Otto <[email protected]>2012-08-29 13:05:43 -0700
commit2137cd65fb528d0eadd15c2554250a12b5764bfd (patch)
treec45b349cfd6510e5de859ac407e6f62b99080b2b /docs/assets/css
parente27b1355b58331eeb24915bee3e1c9dde4977f17 (diff)
downloadbootstrap-2137cd65fb528d0eadd15c2554250a12b5764bfd.tar.xz
bootstrap-2137cd65fb528d0eadd15c2554250a12b5764bfd.zip
fixes #4819: manual fix of missing .control-label in responsive767 file, coupled with a remake
Diffstat (limited to 'docs/assets/css')
-rw-r--r--docs/assets/css/bootstrap-responsive.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css
index fcc496760..f8077aa1f 100644
--- a/docs/assets/css/bootstrap-responsive.css
+++ b/docs/assets/css/bootstrap-responsive.css
@@ -876,7 +876,7 @@
input[type="radio"] {
border: 1px solid #ccc;
}
- .form-horizontal .control-group > label {
+ .form-horizontal .control-label {
float: none;
width: auto;
padding-top: 0;