enter image description here

Shows up in review pane only. Very odd...

Edit: Even more weird, I don't see how the HTML for the slashed zeros makes it slashed. It seems to be the same code for the the other score up/down.

Code for buggy one:

<span class="vote-count-post" title="View upvote and downvote totals" style="cursor: pointer; "><div style="color:green">0</div><div class="vote-count-separator"></div><div style="color:maroon">0</div></span>

Code for not buggy one:

<span class="vote-count-post" title="View upvote and downvote totals" style="cursor: pointer; "><div style="color:green">+1</div><div class="vote-count-separator"></div><div style="color:maroon">0</div></span>

link
Looks like the first vote numbers (and the post) are a monospace font while the second is the expected sans serif. Could we please get links to the two specific locations you are referencing? – DMA57361 Dec 20 '11 at 18:07
Here is the link to first question: superuser.com/questions/223036/…. Second question is not included because there is nothing wrong with it, it was just to serve as a comparison that the whole page was not messed up. – soandos Dec 20 '11 at 18:10
@DMA57361 edited. – soandos Dec 20 '11 at 18:22
feedback

1 Answer

up vote 2 down vote accepted

Yep, the post wasn't rendering correctly, it makes the "after the post" bits monospace too:

enter image description here

I've made a minor edit, and that seems to have fixed it for me, are you still seeing the problem?

link
Nope. Weird bug. How could this happen? – soandos Dec 20 '11 at 18:23
I'd surmise that something about how the posts are rendered was changed in the year since the post was created; post's pre-rendered and cached until they change, so my edit forced it to be regenerated. – DMA57361 Dec 20 '11 at 18:30
Is the fact that there is no text on the banner for superuser.com/questions/843/… the same thing? – soandos Dec 20 '11 at 19:04
@soandos no text on .. what banner? – DMA57361 Dec 20 '11 at 19:15
Locked by random. Usually has text there to explain what locked means. – soandos Dec 20 '11 at 19:15
1  
Ah, the banner on the question. Yeah, explanation text to go with the locked banner is relatively new and any questions locked before that was implemented will have no reason recorded. – DMA57361 Dec 20 '11 at 19:30
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged