diff options
-rw-r--r-- | assets/css/_structure.less | 9 | ||||
-rw-r--r-- | template/closed.phtml | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/assets/css/_structure.less b/assets/css/_structure.less index 6e302c8..4bf1c21 100644 --- a/assets/css/_structure.less +++ b/assets/css/_structure.less @@ -171,3 +171,12 @@ body.multiview { } } } + +body.closed { + p { + margin-top: 50px; + } + h1, h2, p { + text-align: center; + } +}
\ No newline at end of file diff --git a/template/closed.phtml b/template/closed.phtml index f6734fa..6b41f29 100644 --- a/template/closed.phtml +++ b/template/closed.phtml @@ -6,7 +6,7 @@ <? endif ?> <p> - Lecture recording and streaming at <strong><?=h($conference->getTitle())?></strong> was organized and performed by the <a href="http://c3voc.de">Chaos Computer Club Video Operation Center</a>. The next Event we'll attend will be at + Lecture recording and streaming at <strong><?=h($conference->getTitle())?></strong> was organized and performed by the <a href="http://c3voc.de">Chaos Computer Club Video Operation Center</a>. The next Event we'll attend will be </p> <br><br><br> |