From 38401ffe33216c60d5bb69af1bde8005b46884e3 Mon Sep 17 00:00:00 2001 From: Miraty Date: Fri, 16 Jul 2021 19:30:43 +0200 Subject: [PATCH] Factorize .helpText and fix it's width --- style.less | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/style.less b/style.less index 18d40f7..6dd613d 100755 --- a/style.less +++ b/style.less @@ -64,11 +64,8 @@ a { } } -p.helpText { +.helpText { margin: 5px 0px 0px 0px; -} - -details .helpText { padding: 5px; border-radius: 10px; text-align: left; @@ -258,10 +255,6 @@ header, footer { } } -p.helpText { - width: 534px; -} - /* Inputs */ #redondancy, #margin, #txt, #size, input[type=color], input[type=submit], .button {