mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
footer
This commit is contained in:
parent
208218557c
commit
22f53ef34e
5 changed files with 9 additions and 6 deletions
|
@ -5318,8 +5318,7 @@ body {
|
|||
padding-top: 48px;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
overflow-y: initial;
|
||||
margin-bottom: 10px; }
|
||||
overflow-y: initial; }
|
||||
|
||||
.top-space {
|
||||
padding-top: 40px; }
|
||||
|
@ -5557,7 +5556,7 @@ a.inverted {
|
|||
.room.audio .player-wrap {
|
||||
padding: 64px 32px; }
|
||||
.room.party #switcher ul li {
|
||||
min-width: 32.5%; }
|
||||
min-width: 33%; }
|
||||
.room.slides .player-wrap .slide-audio {
|
||||
padding: 32px 32px; }
|
||||
.room .click-to-irc {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -23,8 +23,6 @@ body {
|
|||
width: 100%;
|
||||
overflow: hidden;
|
||||
overflow-y: initial;
|
||||
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.top-space {
|
||||
|
|
5
template/assemblies/footer.phtml
Normal file
5
template/assemblies/footer.phtml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<footer>
|
||||
by <a class='inverted' href='//ccc.de'>Chaos Computer Club e.V</a>
|
||||
–
|
||||
<a class='inverted' href='//c3voc.de'>C3VOC</a>
|
||||
</footer>
|
|
@ -41,5 +41,6 @@
|
|||
<body>
|
||||
<? include('assemblies/header.phtml') ?>
|
||||
<? include("$page.phtml") ?>
|
||||
<? include('assemblies/footer.phtml') ?>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue