Skip to content
Snippets Groups Projects
Commit ddf610f7 authored by deuce's avatar deuce
Browse files

Fix inherited font properties...

Italics indicates that this message has unread replies
Bold incicates that this message itself is unread
parent 0e735349
No related branches found
No related tags found
No related merge requests found
......@@ -32,13 +32,17 @@ body {
}
.message {
font-weight: normal;
font-style: normal;
}
.message_is_new {
font-weight: bold;
font-style: normal;
}
.message_inherit_new {
font-weight: normal;
font-style: italic;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment