This commit is contained in:
MaZderMind 2014-11-09 22:57:17 +01:00
parent 208218557c
commit 22f53ef34e
5 changed files with 9 additions and 6 deletions

View file

@ -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

View file

@ -23,8 +23,6 @@ body {
width: 100%;
overflow: hidden;
overflow-y: initial;
margin-bottom: 10px;
}
.top-space {

View file

@ -0,0 +1,5 @@
<footer>
by <a class='inverted' href='//ccc.de'>Chaos Computer Club e.V</a>
&ndash;
<a class='inverted' href='//c3voc.de'>C3VOC</a>
</footer>

View file

@ -41,5 +41,6 @@
<body>
<? include('assemblies/header.phtml') ?>
<? include("$page.phtml") ?>
<? include('assemblies/footer.phtml') ?>
</body>
</html>