Skip to content

Commit

Permalink
Merge branch 'rc' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Sturmer committed Oct 17, 2016
2 parents c956c26 + b2f0d08 commit c103b4f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,7 @@ fieldset li {
}

fieldset input{
float: right;
margin-left: 0.3em;
margin-left: 0.1em;
}

fieldset label{
Expand All @@ -307,6 +306,12 @@ fieldset p {
margin-bottom: 2px;
}

fieldset button {
float: right;
margin-left: 0.4em;
margin-top: 1px;
}

input {
line-height: 1.7em;
}
Expand Down

0 comments on commit c103b4f

Please sign in to comment.