fixed default image size for users

This commit is contained in:
albert
2011-09-11 18:20:43 -04:00
parent 8f84061388
commit 1ca7df52b7
3 changed files with 14 additions and 4 deletions

View File

@@ -151,6 +151,10 @@ div.prose {
}
}
fieldset {
margin-bottom: 1em;
}
header {
margin: 0 0 1em 0;
padding: 0;
@@ -187,6 +191,12 @@ input[type=submit]:hover {
/* background-color: #F6F6F6;*/
}
legend {
font-size: $h2_size;
font-weight: bold;
margin-bottom: 0.5em;
}
menu {
margin: 0;
padding: 0;