From 601925ab87bc7538eb96b8f32de9b4e37bfc676d Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Thu, 4 Apr 2024 16:02:02 +0200 Subject: [PATCH] =?UTF-8?q?[minor]=20CSS=20tweaks:=20fix=20typo=20cellpadi?= =?UTF-8?q?ng=20=E2=86=92=20celpadding=20(#11618)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/ui/data/css_tweaks.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ui/data/css_tweaks.lua b/frontend/ui/data/css_tweaks.lua index c81a3fbd3..951bbde68 100644 --- a/frontend/ui/data/css_tweaks.lua +++ b/frontend/ui/data/css_tweaks.lua @@ -574,7 +574,7 @@ body, h1, h2, h3, h4, h5, h6, div, li, td, th { text-indent: 0 !important; } { id = "table_no_presentational_hints", title = _("Ignore tables related HTML presentational hints"), - description = _("Ignore HTML attributes that contribute to styles on the element and its sub-elements (ie. align, valign, frame, rules, border, cellpading, cellspacing…)."), + description = _("Ignore HTML attributes that contribute to styles on the
element and its sub-elements (ie. align, valign, frame, rules, border, cellpadding, cellspacing…)."), css = [[table, caption, colgroup, col, thead, tbody, tfoot, tr, td, th { -cr-hint: no-presentational; }]], separator = true, },