summaryrefslogtreecommitdiff
path: root/rst.css
diff options
context:
space:
mode:
authorDave Abrahams <dave@boostpro.com>2005-08-03 17:29:30 +0000
committerDave Abrahams <dave@boostpro.com>2005-08-03 17:29:30 +0000
commit38150ef3483011d5e4a9fb7fd6b753ea66ee252d (patch)
tree50f037a94ad1b162dbc7d7715f77be7e00fd84db /rst.css
parentbf6baf59c0cbe59f94d69d57f7fdb039baab54a9 (diff)
downloadboost-38150ef3483011d5e4a9fb7fd6b753ea66ee252d.tar.gz
Fix footnote size
[SVN r30413]
Diffstat (limited to 'rst.css')
-rwxr-xr-xrst.css2
1 files changed, 1 insertions, 1 deletions
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;
}