Cleaning up admin newsfeed

This commit is contained in:
BNoiZe
2013-11-15 22:50:54 +01:00
parent c2bae1f25a
commit a431cbcf9e
2 changed files with 11 additions and 7 deletions

View File

@@ -955,6 +955,12 @@ label.nobr {
.newsitem a {
color: #333;
}
.newsitem a:hover {
text-decoration: none;
}
.newsitem a:hover b {
text-decoration: underline;
}
.newsitem b {
margin-right: 15px;
}