Again, lot of forum improvements

This commit is contained in:
Skia
2017-02-24 17:22:13 +01:00
parent fe07ee0963
commit 777fdd7bd5
8 changed files with 158 additions and 91 deletions

View File

@ -416,10 +416,13 @@ textarea {
margin: 2px;
background: #eff7ff;
}
.message:nth-child(odd) {
background: #fff;
}
.message h5 {
font-size: 100%;
}
.unread {
.message.unread {
background: #d8e7f3;
}
.msg_author.deleted {