Skip to content

Commit

Permalink
[minor] CSS tweaks: fix typo cellpading → celpadding (#11618)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frenzie committed Apr 4, 2024
1 parent ec54afc commit 601925a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/ui/data/css_tweaks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 <table> element and its sub-elements (ie. align, valign, frame, rules, border, cellpading, cellspacing…)."),
description = _("Ignore HTML attributes that contribute to styles on the <table> 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,
},
Expand Down

1 comment on commit 601925a

@dmalinovsky
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hehe, this typo fix had a typo in the commit message. :)

Please sign in to comment.