[PATCH v3 4/8] nmbug-status: Color threads in HTML output

2014-02-13 Thread David Bremner
"W. Trevor King" writes: > + > + looks like a bad rebase there. d

Re: [PATCH v3 4/8] nmbug-status: Color threads in HTML output

2014-02-13 Thread W. Trevor King
On Thu, Feb 13, 2014 at 09:58:43PM -0400, David Bremner wrote: > W. Trevor King writes: > > + > > + > /> > > looks like a bad rebase there. Oops. Fixed in my branch and queued for v4. Thanks, Trevor -- This email may be signed or encrypted with GnuPG (http://www.gnupg.org). For more infor

[PATCH v3 4/8] nmbug-status: Color threads in HTML output

2014-02-13 Thread W. Trevor King
On Thu, Feb 13, 2014 at 09:58:43PM -0400, David Bremner wrote: > W. Trevor King writes: > > + > > + > /> > > looks like a bad rebase there. Oops. Fixed in my branch and queued for v4. Thanks, Trevor -- This email may be signed or encrypted with GnuPG (http://www.gnupg.org). For more infor

Re: [PATCH v3 4/8] nmbug-status: Color threads in HTML output

2014-02-13 Thread David Bremner
"W. Trevor King" writes: > + > + looks like a bad rebase there. d ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

[PATCH v3 4/8] nmbug-status: Color threads in HTML output

2014-02-13 Thread W. Trevor King
Add tbody sections so we don't have to color every row. Multiple tbody sections are allowed [1]. Use CSS 3's nth-child to handle even/odd coloring (skipping the spacer rows) [2], which is supported on the major browsers [3]. border-spacing is from CCS 2.1 [4,5]. I'm using it to avoid whitespace

[PATCH v3 4/8] nmbug-status: Color threads in HTML output

2014-02-13 Thread W. Trevor King
Add tbody sections so we don't have to color every row. Multiple tbody sections are allowed [1]. Use CSS 3's nth-child to handle even/odd coloring (skipping the spacer rows) [2], which is supported on the major browsers [3]. border-spacing is from CCS 2.1 [4,5]. I'm using it to avoid whitespace