BUG in style sheet

What do you want to see here? Some more categories, forums, and mods? Hmm...
Post Reply
Walking Tree
Match Winner
Posts: 641
Joined: Sun Jul 10, 2005 9:14 am

BUG in style sheet

Post by Walking Tree »

there is a bug in /templates/lackarma/lackarma.css:
the buggy style sheet wrote: .code {
font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
background-color: #FAFAFA; border: #E2E5F1; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
a code block should ALWAYS be monospace, but the style sheet defines sans-serif as standard fallback for people (like me) who do not have Courier or Courier New installed.
please replace this 'sans-serif' with 'monospace'
on the grid as ~free::zombie~
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Re: BUG in style sheet

Post by Jonathan »

Tell the author:
the buggy style sheet wrote:...
:)
ˌɑrməˈɡɛˌtrɑn
Walking Tree
Match Winner
Posts: 641
Joined: Sun Jul 10, 2005 9:14 am

Post by Walking Tree »

the buggy style sheet wouldn't listen.
on the grid as ~free::zombie~
User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6711
Joined: Thu Dec 18, 2003 7:03 pm

Post by Tank Program »

I'll look into it at some point. Thanks for pointing that out.
Image
User avatar
dlh
Formerly That OS X Guy
Posts: 2035
Joined: Fri Jan 02, 2004 12:05 am
Contact:

Post by dlh »

In the meantime you can specify a custom style sheet from your browser to fix it. Safari (Preferences=>Advanced) allows you to do this, not sure about Firefox.
Post Reply