|
Boost : |
From: David Abrahams (dave_at_[hidden])
Date: 2005-08-03 12:30:09
Rene Rivera <grafik.list_at_[hidden]> writes:
> David Abrahams wrote:
>> Daniel Wallin <dalwan01_at_[hidden]> writes:
>>>David Abrahams wrote:
>>>
>>>>It has frustrated me that footnotes are rendered in such extremely
>>>>small type in the Parameter library documentation
>>>>(http://www.boost-consulting.com/libs/parameter), but I can't tell
>>>>what needs to change in the CSS to fix it. Can anyone help?
>>>
>>>The footnote style is controlled with the "footnote" class in rst.css:
>>>
>>>.footnote
>>>{
>>> FONT-SIZE: 66%;
>>> VERTICAL-ALIGN: super;
>>> TEXT-DECORATION: none;
>>>}
>>
>>
>> I'm pretty sure that's just the style of the number that refers to the
>> footnote (notice VERTICAL-ALIGN: super;). I'm concerned with the
>> footnote text itself.
>
> I think Daniel is correct. The "footnote" class is on the table which
> contains each entire footnote entry.
You're right! Thanks; fixed.
-- Dave Abrahams Boost Consulting www.boost-consulting.com
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk