cleaning up small indentation and spacing

This commit is contained in:
dhg 2014-12-15 17:15:55 -08:00
parent 0ff548aa2c
commit 328a8be46c

7
css/skeleton.css vendored
View File

@ -250,8 +250,7 @@ input[type="password"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
appearance: none; }
textarea {
min-height: 65px;
padding-top: 6px;
@ -378,8 +377,8 @@ hr {
margin-top: 3rem;
margin-bottom: 3.5rem;
border-width: 0;
border-top: 1px solid #E1E1E1;
}
border-top: 1px solid #E1E1E1; }
/* Clearing
*/