2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

quick fix for .clearfix with unqualified selector in forms.less

This commit is contained in:
Mark Otto
2011-09-12 09:25:57 -07:00
parent 0c46ade4d0
commit b729ade54f
3 changed files with 9 additions and 14 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ fieldset {
}
// Parent element that clears floats and wraps labels and fields together
.clearfix {
form .clearfix {
margin-bottom: @baseline;
}