aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-26 15:39:37 -0800
committerMark Otto <[email protected]>2012-01-26 15:39:37 -0800
commitd8e1001836f869436df2de2905411b2236c8cbad (patch)
tree67c34478df7dc088fafb21750e162dacddaf5889 /bootstrap.css
parent2d67c3408465f44be7336abc6a00af870d2c18f8 (diff)
downloadbootstrap-d8e1001836f869436df2de2905411b2236c8cbad.tar.xz
bootstrap-d8e1001836f869436df2de2905411b2236c8cbad.zip
fix legend margin collapse
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 862b4c5b6..cc5d7f019 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Thu Jan 26 15:25:02 PST 2012
+ * Date: Thu Jan 26 15:39:24 PST 2012
*/
article,
aside,
@@ -475,7 +475,6 @@ legend {
color: #333333;
border: 0;
border-bottom: 1px solid #eee;
- -webkit-margin-collapse: separate;
}
label,
input,
@@ -918,7 +917,8 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
margin-bottom: 9px;
}
.form-horizontal legend + .control-group {
- padding-top: 27px;
+ margin-top: 18px;
+ -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
margin-bottom: 18px;