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-0dff7051ff02master
parent
3fb69be047
commit
d78c1fe671
2
Changes
2
Changes
|
@ -63,6 +63,8 @@ Standard library:
|
||||||
OCamldoc:
|
OCamldoc:
|
||||||
- PR#6257: handle full doc comments for variant constructors and
|
- PR#6257: handle full doc comments for variant constructors and
|
||||||
record fields
|
record fields
|
||||||
|
- PR#6310: fix ocamldoc's subscript/superscript CSS font size
|
||||||
|
(patch by Anil Madhavapeddy)
|
||||||
|
|
||||||
Features wishes:
|
Features wishes:
|
||||||
- PR#4243: make the Makefiles parallelizable
|
- PR#4243: make the Makefiles parallelizable
|
||||||
|
|
|
@ -126,8 +126,8 @@ class html =
|
||||||
"a:active {color : Red; text-decoration : underline; }" ;
|
"a:active {color : Red; text-decoration : underline; }" ;
|
||||||
".keyword { font-weight : bold ; color : Red }" ;
|
".keyword { font-weight : bold ; color : Red }" ;
|
||||||
".keywordsign { color : #C04600 }" ;
|
".keywordsign { color : #C04600 }" ;
|
||||||
".superscript { font-size : 4 }" ;
|
".superscript { font-size : 0.6em }" ;
|
||||||
".subscript { font-size : 4 }" ;
|
".subscript { font-size : 0.6em }" ;
|
||||||
".comment { color : Green }" ;
|
".comment { color : Green }" ;
|
||||||
".constructor { color : Blue }" ;
|
".constructor { color : Blue }" ;
|
||||||
".type { color : #5C6585 }" ;
|
".type { color : #5C6585 }" ;
|
||||||
|
|
Loading…
Reference in New Issue