From 38150ef3483011d5e4a9fb7fd6b753ea66ee252d Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 3 Aug 2005 17:29:30 +0000 Subject: Fix footnote size [SVN r30413] --- rst.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rst.css') diff --git a/rst.css b/rst.css index 6663f83d16..41fcc4636e 100755 --- a/rst.css +++ b/rst.css @@ -156,7 +156,7 @@ CODE } .footnote { - FONT-SIZE: 66%; + FONT-SIZE: 80%; VERTICAL-ALIGN: super; TEXT-DECORATION: none; } -- cgit v1.2.1