forum: reply page, CSS, and first_unread fix

This commit is contained in:
Skia
2017-02-25 14:37:45 +01:00
parent 777fdd7bd5
commit 7d99f02a4d
3 changed files with 15 additions and 1 deletions

View File

@ -247,10 +247,16 @@ tbody>tr:hover {
background: darkgrey;
width: 100%;
}
em {
font-style: italic;
}
.highlight {
background: orange;
font-weight: bold;
}
.underline {
text-decoration: underline;
}
.tool-bar {
overflow: auto;
padding: 4px;