Parcourir la source

Fix footnote size

[SVN r30413]
Dave Abrahams il y a 21 ans
Parent
commit
38150ef348
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      rst.css

+ 1 - 1
rst.css

@@ -156,7 +156,7 @@ CODE
 }
 .footnote
 {
-    FONT-SIZE: 66%;
+    FONT-SIZE: 80%;
     VERTICAL-ALIGN: super;
     TEXT-DECORATION: none;
 }

粤ICP备19079148号