only entry name is bold now for unread items

This commit is contained in:
Athou
2013-06-05 14:51:56 +02:00
parent 829793120c
commit 3b7266c982

View File

@@ -44,7 +44,6 @@
}
#feed-accordion .unread .entry-heading {
font-weight: bold;
background-color: #fff;
}
@@ -54,7 +53,6 @@
#feed-accordion .entry-heading .feed-name {
color: #555;
font-weight: normal;
display: block;
overflow: hidden;
white-space: nowrap;
@@ -71,6 +69,10 @@
margin-right: 125px;
}
#feed-accordion .unread .entry-heading .entry-name {
font-weight: bold;
}
#feed-accordion .entry-heading .shrink {
margin-left: 150px;
}