Adds .updated class to .entry-date when needed

This commit is contained in:
Slobodan Manic 2014-06-15 13:20:06 +02:00
parent 31ac4d2b2d
commit 00570514d4
2 changed files with 4 additions and 2 deletions

View file

@ -555,7 +555,7 @@ a:active {
margin: 0 0 1.5em;
}
.byline,
.updated {
.updated:not(.published) {
display: none;
}
.single .byline,