Explorar el Código

Fix footnote size

[SVN r30413]
Dave Abrahams hace 21 años
padre
commit
38150ef348
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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号