font-weight: bold;
}
- .date, .author, .description {
+ .date, .author, .description, .publishable {
margin: 5px 10px 0 40px;
}
- .description {
+ .description, .publishable {
font-size: .9em;
}
}
-
+
+ .item.publishable {
+ font-weight: bold;
+ }
+
.item.highlighted {
background: #ffec63;
}