Improve the news item layout by adding avatars and publish dates

This commit is contained in:
Trever Fischer
2012-04-13 10:59:53 -04:00
parent b79a61c119
commit 42d9afcca4
3 changed files with 26 additions and 5 deletions

View File

@@ -281,3 +281,19 @@ fieldset {
background-color:#111;
border: 1px solid black;
}
.avatar {
border: 3px solid black;
}
.news-item .byline {
float: right;
}
.news-item .dateline {
clear: left;
}
.news-item h2 {
float: left;
}