From ce42eff8476f18d01bbc79d90fd8621ff4ecd017 Mon Sep 17 00:00:00 2001 From: kirschner Date: Tue, 19 Oct 2004 17:41:10 +0000 Subject: [PATCH] changed font weight bold to normal in the footnote class svn path=/trunk/; revision=4572 --- blue-new.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blue-new.css b/blue-new.css index d7c60d9639..49871cc824 100644 --- a/blue-new.css +++ b/blue-new.css @@ -176,7 +176,7 @@ p.footnote { margin-left: 40px; text-align: left; font-size: 13px; - font-weight: bold; + font-weight: normal; } code.footnote { font-size: 13px;