From 693dfbbb2fd3069110d9df58b6f3a7271f4165b9 Mon Sep 17 00:00:00 2001
From: Daniel Meißner
Date: Thu, 24 Nov 2016 23:49:27 +0100
Subject: removed background image
---
configs/conferences/fiffkon2016/config.php | 2 +-
configs/conferences/fiffkon2016/main.less | 9 +--------
2 files changed, 2 insertions(+), 9 deletions(-)
(limited to 'configs/conferences/fiffkon2016')
diff --git a/configs/conferences/fiffkon2016/config.php b/configs/conferences/fiffkon2016/config.php
index 4947c65..49a9735 100755
--- a/configs/conferences/fiffkon2016/config.php
+++ b/configs/conferences/fiffkon2016/config.php
@@ -75,7 +75,7 @@ $GLOBALS['CONFIG']['CONFERENCE'] = array(
*
* Wird diese Zeile auskommentiert, wird kein Banner ausgegeben.
*/
- 'BANNER_HTML' => '',
+ /** 'BANNER_HTML' => '', **/
/**
* Link zu den Recordings
diff --git a/configs/conferences/fiffkon2016/main.less b/configs/conferences/fiffkon2016/main.less
index 8cf1c67..744effa 100755
--- a/configs/conferences/fiffkon2016/main.less
+++ b/configs/conferences/fiffkon2016/main.less
@@ -37,6 +37,7 @@ nav .navbar-brand .icon {
body {
color: @dstext;
font-family: "Source Sans Pro", Helvetica, sans-serif;
+ background-image: url("/configs/conferences/fiffkon2016/logo.png")
}
@@ -52,11 +53,3 @@ h1,h2,h3, .panel-body a {
font-weight: bold;
}
-img.DS2016 {
- position: fixed;
- top: -170px;
- left: -170px;
- height: 712px;
- width: 796px;
- z-index: -100;
-}
--
cgit v1.2.3