From 327cbb3cae07b2463f3bc466db4814dee368928e Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Mon, 28 Dec 2015 11:26:07 +0100 Subject: fix multiview style --- assets/css/_multiview.less | 1 + configs/conferences/32c3/main.less | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/assets/css/_multiview.less b/assets/css/_multiview.less index 59b8e37..66dc25d 100644 --- a/assets/css/_multiview.less +++ b/assets/css/_multiview.less @@ -1,6 +1,7 @@ body.multiview { .cell { background-color: white; + margin-top: 15px; h2 { font-size: 14px; 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