From 181bdd9a78f8bf069ad8aa0354bf6f1350e1d06a Mon Sep 17 00:00:00 2001 From: Max Lehmann Date: Wed, 10 Jun 2020 12:06:46 +0200 Subject: [PATCH] Update '12/style.css' --- 12/style.css | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/12/style.css b/12/style.css index 0228160..af6af74 100644 --- a/12/style.css +++ b/12/style.css @@ -434,26 +434,22 @@ a:hover{ border: 3px white solid; padding-top:30px; } -/*maybe*/ -#etherpad.hidden iframe{ - display: none; - width: 100%; - height: 10%; - overflow: hidden; -} + .etherpad_iframe { - margin:20px; + margin: 20px; display: block; width: 800px; height: 500px; border: none; background-color: none; - float: left; } -/*maybe*/ + iframe.hidden { display:none; + overflow: hidden; + width: 100px; + height: 100px; } #resources_05 {