diff options
Diffstat (limited to '')
| -rw-r--r-- | configs/conferences/32c3/config.php | 7 | ||||
| -rw-r--r-- | configs/conferences/32c3/main.less | 4 | 
2 files changed, 11 insertions, 0 deletions
| diff --git a/configs/conferences/32c3/config.php b/configs/conferences/32c3/config.php index f3556a8..9ec84a5 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', @@ -505,6 +506,12 @@ $GLOBALS['CONFIG']['ROOMS'] = array(  		'MUSIC' => true,  		'EMBED' => true,  	), +	'radio' => array( +		'DISPLAY' => 'Radio Fairydust', +		'STREAM' => 'radio', +		'MUSIC' => true, +		'EMBED' => true, +	),  ); 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; +} | 
