From 327cbb3cae07b2463f3bc466db4814dee368928e Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Mon, 28 Dec 2015 11:26:07 +0100 Subject: fix multiview style --- configs/conferences/32c3/main.less | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configs') diff --git a/configs/conferences/32c3/main.less b/configs/conferences/32c3/main.less index 1f9f6fa..012b8a4 100644 --- a/configs/conferences/32c3/main.less +++ b/configs/conferences/32c3/main.less @@ -152,3 +152,7 @@ nav .button-wrapper > .about { color: @state-danger-text; } } + +body.multiview .cell { + color: black; +} -- cgit v1.2.3 From a69ef76e8c73a240d260cd60077dfcd42a6f284e Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Mon, 28 Dec 2015 15:51:14 +0100 Subject: provide Radio Fairydust on the streaming-page --- configs/conferences/32c3/config.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configs') diff --git a/configs/conferences/32c3/config.php b/configs/conferences/32c3/config.php index 04a630c..7578c52 100644 --- a/configs/conferences/32c3/config.php +++ b/configs/conferences/32c3/config.php @@ -121,6 +121,7 @@ $GLOBALS['CONFIG']['OVERVIEW'] = array( 'ambient', 'dome', 'chaos-west', + 'radio', ), 'Live Podcasts' => array( 'sendezentrum', @@ -503,6 +504,12 @@ $GLOBALS['CONFIG']['ROOMS'] = array( 'MUSIC' => true, 'EMBED' => true, ), + 'radio' => array( + 'DISPLAY' => 'Radio Fairydust', + 'STREAM' => 'radio', + 'MUSIC' => true, + 'EMBED' => true, + ), ); -- cgit v1.2.3