diff --git a/docs/clink.css b/docs/clink.css index 56418bd00..79dc914ec 100644 --- a/docs/clink.css +++ b/docs/clink.css @@ -9,6 +9,11 @@ h3 { border-bottom: 1px black solid; } +h3 { font-size: 1.21em; } +h4 { font-size: 1.14em; } +h5 { font-size: 1.07em; } +h6 { font-size: 1.00em; } + #header { float: right; text-align: right; @@ -54,3 +59,11 @@ h3 { #content tr:nth-child(even) { background-color: #fff; } + +#content #api p { + margin-left: 2em; +} + +#content #api h5 { + font-family: courier, monospace; +}