Skip to content

Commit

Permalink
Hide empty author or title holders.
Browse files Browse the repository at this point in the history
  • Loading branch information
davmillar committed Aug 20, 2022
1 parent bfa295d commit 40630a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/css/base-structure.css
Original file line number Diff line number Diff line change
Expand Up @@ -1414,6 +1414,11 @@ sup {
display: block;
}

#puzzletitle:empty,
#puzzleauthor:empty {
display: none !important;
}

#puzzletitle::before {
content: "Title: ";
}
Expand Down

0 comments on commit 40630a6

Please sign in to comment.