Cleanup and minor fixes

This commit is contained in:
Sahat Yalkabov
2013-12-11 21:59:40 -05:00
parent 3d923215c2
commit 6e0c7afb5a
2 changed files with 6 additions and 9 deletions

View File

@@ -1,7 +1,9 @@
body { body {
padding-top: 80px; padding-top: 80px;
} }
//
// TODO: Refactor
//
.user img { .user img {
border-radius: 50%; border-radius: 50%;
width: 40px; width: 40px;
@@ -13,11 +15,6 @@ body {
left: -10px; left: -10px;
} }
.form-signin {
max-width: 400px;
display: block;
}
[class^="fa-"], [class^="fa-"],
[class*="fa-"] { [class*="fa-"] {
margin-right: 5px; margin-right: 5px;

View File

@@ -4,9 +4,9 @@ block content
if error.length if error.length
.alert.alert-danger .alert.alert-danger
p= error p= error
if success.length if success.length
.alert.alert-success .alert.alert-success
p= success p= success
h2.text-center Contact Form h2.text-center Contact Form