Re: [ANNOUNCE] more archives of this list
From: Jeff King <hidden>
Date: 2016-08-05 20:22:58
On Fri, Aug 05, 2016 at 06:19:57PM +0000, Eric Wong wrote:
Jeff King [off-list ref] wrote:quoted
On Fri, Aug 05, 2016 at 05:28:05AM -0400, Jeff King wrote:quoted
I do find it visually a little harder to navigate through threads, because there's not much styling there, and the messages seem to run into one another. I don't know if a border around the divs or something would help. I'm really terrible at that kind of visual design.I took a peek at doing something simple like: pre { border-style: solid; border-width: 1px; background: #dddddd; } but it looks like there's no HTML structure at all to the current output. It's just one big <pre> tag with various levels of indentation to represent the messages.I added an <hr> between each message so the /T/ view ought to be more readable: https://public-inbox.org/meta/20160805181459.24420-1-e@80x24.org/
Thanks. That's definitely an improvement. I still think the styling could go further, but I don't expect you to do it. It's something I may look into, but I should probably try to clear out my backlog of "to-review" patches before I go off spending time on it. :) -Peff