reuse styling of closed page for not-started page

This commit is contained in:
Florian Larysch 2015-09-02 16:55:39 +02:00
parent 79f010f5c3
commit 77683e1d5a

View file

@ -1,4 +1,5 @@
body.closed {
body.closed,
body.not-started {
p {
margin-top: 50px;
}