added bold to unread

This commit is contained in:
jeena 2013-08-25 16:45:14 +02:00
parent 34453cff32
commit 0f9834f7a0
2 changed files with 5 additions and 3 deletions

View file

@ -172,8 +172,8 @@ canvas {
outline: none;
}
#list .unread h2 {
font-weight: normal;
#list li.unread:after {
font-weight: bold;
}
#full > article {