From 894410d87492414ac2b545864ad1b509a859097d Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 29 Apr 2017 17:06:04 +0200 Subject: [PATCH] thank you message --- docs/create-plugin.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/create-plugin.html b/docs/create-plugin.html index 8a568be..752de21 100644 --- a/docs/create-plugin.html +++ b/docs/create-plugin.html @@ -119,6 +119,10 @@ .theme li:not(.selected):hover { border-top: 1px solid var(--action-color); } + #download-message { + margin-top: 12px; + display: none; + }