PR#6310: fix ocamldoc's subscript/superscript CSS font size

(patch by Anil Madhavapeddy)

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14424 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Gabriel Scherer 2014-01-28 14:43:02 +00:00
parent 3fb69be047
commit d78c1fe671
2 changed files with 4 additions and 2 deletions

View File

@ -63,6 +63,8 @@ Standard library:
OCamldoc:
- PR#6257: handle full doc comments for variant constructors and
record fields
- PR#6310: fix ocamldoc's subscript/superscript CSS font size
(patch by Anil Madhavapeddy)
Features wishes:
- PR#4243: make the Makefiles parallelizable

View File

@ -126,8 +126,8 @@ class html =
"a:active {color : Red; text-decoration : underline; }" ;
".keyword { font-weight : bold ; color : Red }" ;
".keywordsign { color : #C04600 }" ;
".superscript { font-size : 4 }" ;
".subscript { font-size : 4 }" ;
".superscript { font-size : 0.6em }" ;
".subscript { font-size : 0.6em }" ;
".comment { color : Green }" ;
".constructor { color : Blue }" ;
".type { color : #5C6585 }" ;