Skip to content
Snippets Groups Projects
Commit e0e1e30c authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[server] titles in black color

parent a685b19a
No related branches found
No related tags found
No related merge requests found
......@@ -138,13 +138,11 @@ h2 {
margin-top: 5mm;
margin-bottom: 2mm;
border-bottom: solid thin darkred ;
color: darkred;
}
h3 {
width: 17cm;
font-family: "Optima", "Verdana", "Arial", sans;
color: black;
margin-top: 5mm;
margin-bottom: 3mm;
border-bottom: thin solid #404040;
......@@ -158,7 +156,6 @@ h4,h5,h6 {
font-size: 10pt;
font-style: italic;
font-weight: bold;
color: darkred;
}
p { margin: 6px 0px 6px 0px; width: 15cm; }
......
......@@ -66,7 +66,7 @@ let publish ~page ~name ~descr ~synopsis ?(details = []) () =
let id = Printf.sprintf "data-%s" name in
let title = Printf.sprintf "`DATA` %s" name in
let index = [ Printf.sprintf "%s (`DATA`)" name ] in
let dref = Doc.href page id in
let dref = Doc.href page id in
let dlink = Markdown.href ~text:(Markdown.emph name) dref in
let syntax = Markdown.(glue [
plain "<" ; dlink ; plain ">" ; plain ":=" ; synopsis.text ]) in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment