From f01076e4b44677509f57188944f0fb494a311a5c Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 8 Oct 2017 14:11:16 +1300 Subject: [PATCH] frontend: hide close button --- static/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/index.html b/static/index.html index 1ce6517..78900b9 100644 --- a/static/index.html +++ b/static/index.html @@ -10,6 +10,10 @@ html, body { } #surrogate-area { height:300px; +} +/* hide close button */ +.contented-close { + display: none; }