diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2012-07-30 11:52:38 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2012-07-30 11:52:38 +0000 |
commit | b7271628a25d208c90e77dce62ff0244a1c2fcdd (patch) | |
tree | ddb823c71ff039afc8ef7efb8557ef849dec7c3b /ocamldoc/odoc_html.ml | |
parent | f6f54d325d799f45dbf18e45f1af6e9702861413 (diff) |
fix TABs and whitespace
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12797 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'ocamldoc/odoc_html.ml')
-rw-r--r-- | ocamldoc/odoc_html.ml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ocamldoc/odoc_html.ml b/ocamldoc/odoc_html.ml index e3ce5344a..85b052e30 100644 --- a/ocamldoc/odoc_html.ml +++ b/ocamldoc/odoc_html.ml @@ -836,9 +836,9 @@ class html = "pre.verbatim, pre.codepre { }"; ".indextable {border: 1px #ddd solid; border-collapse: collapse}"; - ".indextable td, .indextable th {border: 1px #ddd solid; min-width: 80px}"; + ".indextable td, .indextable th {border: 1px #ddd solid; min-width: 80px}"; ".indextable td.module {background-color: #eee ; padding-left: 2px; padding-right: 2px}"; - ".indextable td.module a {color: 4E6272; text-decoration: none; display: block; width: 100%}"; + ".indextable td.module a {color: 4E6272; text-decoration: none; display: block; width: 100%}"; ".indextable td.module a:hover {text-decoration: underline; background-color: transparent}"; ".deprecated {color: #888; font-style: italic}" ; @@ -1513,7 +1513,7 @@ class html = | l,Some r -> bs b (" " ^ (self#keyword ":") ^ " "); self#html_of_type_expr_list ~par: false b father " * " l; - bs b (" " ^ (self#keyword "->") ^ " "); + bs b (" " ^ (self#keyword "->") ^ " "); self#html_of_type_expr b father r; ); bs b "</code></td>\n"; |