Wow. I am impressed! Craig
> On Feb 21, 2022, at 3:23 AM, s...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > sebb pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/whimsy.git > > > The following commit(s) were added to refs/heads/master by this push: > new 841be19 Suppress leading bullet > new b8c9e42 Merge branch 'master' of https://github.com/apache/whimsy > 841be19 is described below > > commit 841be19bc3cb43085a4ab7efc7d2f5e96f7eaacd > Author: Sebb <s...@apache.org> > AuthorDate: Mon Feb 21 11:23:15 2022 +0000 > > Suppress leading bullet > --- > www/secretary/workbench/public/secmail.css | 6 ++++++ > www/secretary/workbench/views/parts.js.rb | 2 +- > 2 files changed, 7 insertions(+), 1 deletion(-) > > diff --git a/www/secretary/workbench/public/secmail.css > b/www/secretary/workbench/public/secmail.css > index 304cd19..0010ac9 100644 > --- a/www/secretary/workbench/public/secmail.css > +++ b/www/secretary/workbench/public/secmail.css > @@ -204,3 +204,9 @@ ul.icla-search li { > ul.icla-search input[type=radio] { > margin-right: 10px; > } > + > +ul.icla-reject li { > + list-style: none; > + padding: 0; > + margin: 0; > +} > diff --git a/www/secretary/workbench/views/parts.js.rb > b/www/secretary/workbench/views/parts.js.rb > index 7ea6438..bcca669 100644 > --- a/www/secretary/workbench/views/parts.js.rb > +++ b/www/secretary/workbench/views/parts.js.rb > @@ -224,7 +224,7 @@ class Parts < Vue > end > > # The checked: variable names must be reflected in the file > incomplete.json.jb > - _ul do > + _ul.icla_reject do # the class is used to suppress the leading > bullet > _li do > _label do > _input type: 'checkbox', checked: @missing_address, Craig L Russell c...@apache.org