
3 Aug
2005
3 Aug
'05
12:32 p.m.
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; } -- Daniel Wallin