Merge "Modal forms have extra borders"

This commit is contained in:
Jenkins 2014-10-30 12:24:54 +00:00 committed by Gerrit Code Review
commit 3367e88944

View File

@ -837,11 +837,9 @@ form label {
.static_page { .static_page {
float: left; float: left;
background-color: $body-bg; > form {
border: 1px solid $border-color; margin-bottom: 0;
} }
.static_page > form {
margin-bottom: 0;
} }
.left { .left {