Moved date to top, changed date/time format

This commit is contained in:
BNoiZe
2013-12-04 19:53:55 +01:00
parent 0fc77dddd6
commit ab7e271f1d
2 changed files with 6 additions and 5 deletions

View File

@@ -953,8 +953,8 @@ label.nobr {
.newsitem {
border-bottom: 1px solid #f1f2f3;
padding: 6px 5px 8px 5px;
height: 56px;
line-height: 20px;
height: 52px;
line-height: 18px;
margin: 0 5px;
overflow: hidden;
text-overflow: ellipsis;
@@ -962,6 +962,7 @@ label.nobr {
}
.newsitem a {
color: #333;
line-height: 12px;
}
.newsitem a:hover {
text-decoration: none;
@@ -973,6 +974,6 @@ label.nobr {
margin-right: 15px;
}
.newsitem small {
font-size: 10px;
font-size: 8px;
color: gray;
}