diff options
-rw-r--r-- | assets/css/main.less | 19 | ||||
-rw-r--r-- | config.php | 6 |
2 files changed, 1 insertions, 24 deletions
diff --git a/assets/css/main.less b/assets/css/main.less index 44380c5..508aed1 100644 --- a/assets/css/main.less +++ b/assets/css/main.less @@ -1,22 +1,3 @@ @import "_structure.less"; // conference specific styles here - -/* -@navbar-default-link-color: #FFF; -@navbar-default-link-hover-color: darken(@navbar-default-link-color, 10%); -@navbar-default-bg: #333; - -@border-radius-base: 0; - - -.banner { - background: url('@{img}bg.png') no-repeat top center; - text-align: center; - - img { - margin: 30px; - } -} - -*/
\ No newline at end of file @@ -14,11 +14,7 @@ $GLOBALS['CONFIG']['CONFERENCE'] = array( 'AUTHOR' => 'CCC', 'DESCRIPTION' => 'Video Live-Streaming vom 31C3', 'KEYWORDS' => '31C3, Hacking, Chaos Computer Club, Video, Media, Streaming, Hacker', -/* - 'BANNER_HTML' => ' - <img src="assets/img/logo.png" height="190" width="161" /> - ', -*/ + 'FOOTER_HTML' => ' by <a href="https://ccc.de">Chaos Computer Club e.V</a>, <a href="http://fem.tu-ilmenau.de/">FeM</a>, |