From cfc590723745a33226adc86c30414f5b9b58c14d Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 28 Jun 2017 10:41:08 +0200 Subject: [PATCH] remove unnecessary style rules --- www/pad/index.html | 23 ----------------------- www/slide/index.html | 4 ---- 2 files changed, 27 deletions(-) diff --git a/www/pad/index.html b/www/pad/index.html index 876add672..223c708ae 100644 --- a/www/pad/index.html +++ b/www/pad/index.html @@ -24,29 +24,6 @@ padding:0; overflow:hidden; } - #feedback { - display: none; - position: fixed; - top: 0px; - right: 0px; - border: 0px; - height: 100vh; - width: 30vw; - background-color: #222; - color: #ccc; - } - #debug { - height: 20px; - position: absolute; - right: 0px; - top: 70px; - } - #debug button { - visibility: hidden; - } - #debug:hover button { - visibility: visible; - } diff --git a/www/slide/index.html b/www/slide/index.html index 14db505a7..d40f210a2 100644 --- a/www/slide/index.html +++ b/www/slide/index.html @@ -31,10 +31,6 @@ top: 0px; height: 100%; } - body #iframe-container.fullscreen { - top: 0px; - height: 100%; - }