From 3c21ed9ada37f9dd32c12b7c6550c85bd115d498 Mon Sep 17 00:00:00 2001 From: Max Lehmann Date: Tue, 9 Jun 2020 18:40:56 +0200 Subject: [PATCH] Update '12/style.css' --- 12/style.css | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/12/style.css b/12/style.css index 532c083..74a0d05 100644 --- a/12/style.css +++ b/12/style.css @@ -404,7 +404,6 @@ a:hover{ } #etherpad { - display: block; text-align: center; white-space: pre-wrap; height: 80%; @@ -421,28 +420,24 @@ a:hover{ padding-top:30px; } -#etherpad.hidden { +/*#etherpad.hidden iframe{ display: none; width: 100%; height: 10%; - font-family: Roboto Mono; - color: white; - background-color: black; - margin-top: 100px; - - font-size: 25px; - text-align: center; - padding-top: 5px; overflow: hidden; } #etherpad iframe { + display: block; width: 100%; height: 100%; border: none; background-color: none; -} +}*/ +iframe.hidden { + display:none; +} #resources_05 { white-space: pre-wrap;