From 1da46658a48ab4dc7931e2ba7daa2e75c48fadf9 Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Fri, 25 Dec 2015 00:44:11 +0100 Subject: [PATCH] Made list of API methods a little clearer. --- docs/clink.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/clink.css b/docs/clink.css index 5c6c866d0..f93c69af4 100644 --- a/docs/clink.css +++ b/docs/clink.css @@ -70,5 +70,10 @@ h6 { font-size: 1.00em; } } #content #api h5 { + border-top: gray dashed 1px; + padding-top: 0.3em; + margin-bottom: 0em; + font-size: 1.0em; + color: darkgreen; font-family: courier, monospace; }