Change position of "Delete account" link, put it below the form

This commit is contained in:
Jef van Schendel
2013-01-17 13:35:45 +01:00
parent 2e7dda8167
commit 7d996a269c
2 changed files with 10 additions and 6 deletions

View File

@@ -331,6 +331,12 @@ textarea#description, textarea#bio {
height: 100px;
}
.delete {
margin-top: 36px;
display: block;
text-align: center;
}
/* comments */
.comment_wrapper {