Page 1 of 1

Forum: bad css for code blocks

Posted: Sat Mar 31, 2007 5:02 am
by kewrowk
I've just noticed that this forum is using a wrong css for the code blocks, i.e. it is not using a monospace font if the named ones are not available. Currently it's

Code: Select all

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif;
but it should be

Code: Select all

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', monospace;

Posted: Sun Apr 01, 2007 4:25 am
by Victor Chew
Thanks! I have just fixed the CSS code.

Posted: Thu May 10, 2007 5:48 am
by kewrowk
Victor Chew wrote:Thanks! I have just fixed the CSS code.
Erm ... no, you didn't. :)
It's still

Code: Select all

.code {
	font-family: Courier, 'Courier New', sans-serif;

Posted: Thu May 10, 2007 6:06 am
by Constance
I think he did, but also updated the forum software after ... I guess that issue should be reported to the phpbb team so that they fix it in their releases.

Posted: Fri May 11, 2007 5:17 am
by Victor Chew
Constance is right. The patch was broken by the latest forum update.

I will patch it again, and feedback the issue to the phpBB team.