Starting to make some improvements to feed styles

This commit is contained in:
Victoria Wang 2014-10-10 01:12:31 -07:00
parent a7706983a9
commit 5997abdcb2
2 changed files with 6 additions and 4 deletions

View file

@ -499,7 +499,7 @@ a.tag:hover {
.news-item {
width: 100%;
float: left;
margin: 1.5em 0;
margin: 1em 0;
}
/*
.news-item.update, .news-item.tags, .news-item.comment.for-me, .news-item.tip.for-me {
@ -566,10 +566,12 @@ a.tag:hover {
}
.news-item .date {
float: right;
color: #aaa;
font-size: 11px;
margin-top: .5em;
}
.news-item .date a {
color: #aaa;
}
.news-item .files {
background: #eee;
padding: 8px 10px 2px 10px;