Added date to newsfeed

This commit is contained in:
BNoiZe
2013-12-04 16:55:08 +01:00
parent 47b1675dea
commit 0fc77dddd6
2 changed files with 7 additions and 2 deletions

View File

@@ -953,7 +953,7 @@ label.nobr {
.newsitem {
border-bottom: 1px solid #f1f2f3;
padding: 6px 5px 8px 5px;
height: 36px;
height: 56px;
line-height: 20px;
margin: 0 5px;
overflow: hidden;
@@ -972,3 +972,7 @@ label.nobr {
.newsitem b {
margin-right: 15px;
}
.newsitem small {
font-size: 10px;
color: gray;
}