Sfoglia il codice sorgente

Fix footnote size

[SVN r30413]
Dave Abrahams 21 anni fa
parent
commit
38150ef348
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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号