Fix Screwdriver theme

Before, it wasn't possible to hide categories when they had no articles to read.
I applied the same rule than the one described in here (d19824b919).
Now, the categories are hidden when they have no articles to read.

See #594
pull/598/head
Alexis Degrugillier 10 years ago
parent 845cde2456
commit 366550057d
  1. 3
      p/themes/Screwdriver/template.css

@ -309,6 +309,9 @@ a.btn {
list-style: none;
margin: 0;
}
.state_unread li:not(.active)[data-unread="0"] {
display: none;
}
.category {
display: block;
overflow: hidden;

Loading…
Cancel
Save