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 {
float: left;
background-color: $body-bg;
border: 1px solid $border-color;
}
.static_page > form {
margin-bottom: 0;
> form {
margin-bottom: 0;
}
}
.left {