diff options
author | Florian Larysch | 2015-09-02 16:55:39 +0200 |
---|---|---|
committer | Florian Larysch | 2015-09-02 16:56:11 +0200 |
commit | 77683e1d5aaf6954f1d5c10937333ea98983ef37 (patch) | |
tree | 1ddeabcc40078f66d6ef68dbb32e2adc4a927656 | |
parent | 79f010f5c30b60a0007613e180ecaa621147b272 (diff) |
reuse styling of closed page for not-started page
-rw-r--r-- | assets/css/_closed.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/_closed.less b/assets/css/_closed.less index 9b1c80b..8aeeb78 100644 --- a/assets/css/_closed.less +++ b/assets/css/_closed.less @@ -1,4 +1,5 @@ -body.closed { +body.closed, +body.not-started { p { margin-top: 50px; } |