Make spacing of paras and code blocks in tickets consistent
If you look at a ticket like this one, there are these big multiple line breaks between the end of a paragraph and the beginning of a code block. It makes it kind of hard to read, almost like the code blocks are section headers. Might I suggest:
/* core.css */
pre {
/* existing rules... */
margin-top: 0;
padding: 0 10px 10px;
}
... or something along those lines. While you're at it, a subtle background color might help too. I see that it's set to #f7f7f7, but the background of the container is that color as well.
Hope this isn't too nitpicky. :) Just trying to help.
p.s.,
Discussions are closed to public comments.
If you need help with Lighthouse please
start a new discussion.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
1 Posted by Will Duncan on 01 Dec, 2008 09:23 AM
Thanks for the tender love. It's been a crazy last few days on that front. We're getting close though.
I'll point this out to Rick as soon as our current load dwindles down this week. I am going to be pushing for a lot of polish/cleanup in Lighthouse around the corner, so I'll make sure this is on the list for revisions.
Thanks for the input.