Looking at the following screenshot of this answer, you'll notice a slight difference in padding of inline code inside normal paragraphs and that of code inside of lists:

The same is true for inline code within comments appearing in my recent activity tab, e.g.

alt text

whereas in the original comment the padding looks correct:

alt text

Firebug said to me that there is a CSS rule for this:

.comment-text code {
    padding: 1px 5px;
}

(as well as p code for normal paragraphs), but this isn't applied to inline code in lists, nor in the activity tab.

I can imagine that this is done to save space within lists and the recent activity tab, but at least it doesn't look consistent.

share|improve this question
2  
For the matter that, I personally like the lesser padding as it appears in lists more. This way the code blocks on subsequent lines doesn't flow into each other. I by the way recall a question regarding that. Edit: found: meta.stackoverflow.com/questions/33709/… – Chichiray Aug 10 '10 at 20:39
3  
I prefer the lesser padding too - if a line-break is inserted before inline-code, the lines look like having differing indentation. – Georg Fritzsche Aug 10 '10 at 22:25
@Georg – Agreed, especially within quoting blocks, as you show. – Marcel Korpel Aug 10 '10 at 22:39
I've discovered this as well. Now with slightly different CSS styles than mentioned in this issue here: meta.stackoverflow.com/questions/128235/… – Lukas Eder Apr 5 '12 at 8:30

You must log in to answer this question.

Browse other questions tagged