Fix large images on the frontpage and tweak fieldset spacing

This commit is contained in:
Trever Fischer
2012-04-23 12:46:15 -04:00
parent a6b26a9707
commit 7367843b84

View File

@@ -298,6 +298,7 @@ tr.sticky a:link {
fieldset {
background-color:#111;
border: 1px solid black;
padding: 1em;
}
.avatar img {
@@ -316,6 +317,10 @@ fieldset {
float: left;
}
.news-item {
overflow: hidden;
}
.forum {
vertical-align: middle;
}