bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] 2 more external CSS bugs


From: Joern Thyssen
Subject: Re: [Bug-gnubg] 2 more external CSS bugs
Date: Mon, 4 Aug 2003 19:58:45 +0000
User-agent: Mutt/1.4.1i

On Mon, Aug 04, 2003 at 04:38:03PM -0300, Albert Silver wrote
> Actually, the problem is one of the mailing list. 

I'm not sure I can blame the mailinglist all of the errors I've made
today.

> Anyhow, here is the CSS you requested with the bold italics set for the
> moveheader. AFAIK.

I've kind of lost track of the original problem now... but the
stylesheet you've attached works fine for me.  (see screen shot at
<URL:http://jth.freeshell.org/1.png>). I'm using a rather old version of
Mozilla (0.9.9 to be exact).

If you want to remove the boldface, just change the font-weight to
normal, i.e.,

.moveheader {
   background-color: #89d0e2;
   padding: 0.5em;
   font-style: italic;
   font-weight: normal;
}

If that doesn't work then try adding the following class below the
.moveheader class:

th.moveheader {
   font-weight: normal;
}

Jørn




reply via email to

[Prev in Thread] Current Thread [Next in Thread]