request minor change to CSS

Found an issue with the phpBB system here at NESdev? Use this forum to report problems.

Moderator: Moderators

Post Reply
lidnariq
Posts: 11432
Joined: Sun Apr 13, 2008 11:12 am

request minor change to CSS

Post by lidnariq »

I like browsing the web with "use my fonts always", and so the code blocks here don't show up correctly. Would it be possible to get the css for the forum changed adding the bolded text?
.code {
font-family: Courier, 'Courier New', monospace, sans-serif; font-size: 11px; color: #006600;
background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
Thanks!
User avatar
koitsu
Posts: 4201
Joined: Sun Sep 19, 2004 9:28 pm
Location: A world gone mad

Post by koitsu »

Done.

Although I also question use of "monospace, sans-serif". I know of no system that lacks a monospace font (thus would fall back to sans-serif). I'm tempted to just remove sans-serif entirely, but the problem is that phpBB's "style" stuff is a little finicky.
lidnariq
Posts: 11432
Joined: Sun Apr 13, 2008 11:12 am

Post by lidnariq »

Thanks again!
Post Reply