Re: [docbook-apps] Changing Table headers

From
Dave Brooks, BCS Systems <>
Date
2003-04-10T23:20:13+00:00
ID
Thread
Re: [docbook-apps] Changing Table headers
What about?

.title  { font-weight: normal }
.title-header  { font-weight: bold }


At 19:21 10/04/2003 -0400, Scott Anguish wrote:
>This will make the entire title bold, which it already is by default
>
>I only want the "Figure 1:" bold with the "title contents" string normal
>
>
>On Thursday, April 10, 2003, at 07:13  PM, Dave Brooks, BCS Systems wrote:
>
>>Since you are producing HTML, simply have a CSS style sheet which contains:
>>
>>.title  { font-weight: bold }
>>
>>Dave
>>
>>At 18:36 10/04/2003 -0400, Scott Anguish wrote:
>>
>>>I'd prefer
>>>
>>><p class="title"><span class="title-header">Figure 1:</span> title 
>>>contents</p>
>>>
>>>to having the entire thing bolded.
>>>
>>>I've found where this bolding is done, and removed it entirely, but how 
>>>do I add it back in as above?
>