diff options
author | MaZderMind | 2015-04-04 20:32:12 +0200 |
---|---|---|
committer | MaZderMind | 2015-04-04 20:32:40 +0200 |
commit | 0b6b44243585a27d97a6a7fc175838e23ff1c49e (patch) | |
tree | f450060723308d6c14b93ebf6606977fd5c41a76 | |
parent | 6afeec754fb29839940428bfeb1f9a8c2ed4a856 (diff) |
Small fixes to Closed-Template
-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> |