Commit c41a3f95 authored by Robert Lyon's avatar Robert Lyon
Browse files

Bug 1530702: Making unread message in inbox block bold



A regression due to missed out css style on upgrade from 15.04

behatnotneeded

Change-Id: I7a5d07ce7d257a758df9679205c656ccdc44a7dc
Signed-off-by: default avatarRobert Lyon <robertl@catalyst.net.nz>
parent 7422f7f8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -391,3 +391,7 @@
        color: #333;
    }
}

#inboxblock .link-block.unread {
    font-weight: bold;
}
 No newline at end of file