From 14a370ab392da55c6eac61355772d05375519b97 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Tue, 21 Jun 2016 18:03:56 +0200 Subject: nicer logo placement --- configs/conferences/fossgis16/config.php | 2 +- configs/conferences/fossgis16/main.less | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) (limited to 'configs') diff --git a/configs/conferences/fossgis16/config.php b/configs/conferences/fossgis16/config.php index 4711f87..02b8b51 100644 --- a/configs/conferences/fossgis16/config.php +++ b/configs/conferences/fossgis16/config.php @@ -76,7 +76,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/fossgis16/main.less b/configs/conferences/fossgis16/main.less index cc775e2..0df9e80 100644 --- a/configs/conferences/fossgis16/main.less +++ b/configs/conferences/fossgis16/main.less @@ -33,4 +33,19 @@ h1 { color: @medium; } position: absolute; top: 51px + 25px; left: 25px; + display: none; + + background-image: url(fossgis16-logo.png); + width: 205px; + height: 205px; + + @media screen and (min-width: 1630px) { + display: block; + } +} + + +nav .navbar-brand .icon { + background-image: url(fossgis16-logo.png); + background-size: contain; } -- cgit v1.2.3