From 48722e6823e46a17ca789949ecd1a2b8d359ed22 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 27 May 2002 12:30:38 +0000 Subject: [haddock @ 2002-05-27 12:30:37 by simonmar] - Put function arguments *before* the doc for the function, as suggested by Sven Panne. This looks nicer when the function documentation is long. - Switch to using bold for binders at the definition site, and use underline for keywords. This makes the binder stand out more. --- html/haddock.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'html') diff --git a/html/haddock.css b/html/haddock.css index d9d3214f..63ddaf13 100644 --- a/html/haddock.css +++ b/html/haddock.css @@ -24,6 +24,11 @@ TABLE.narrow { border-width: 0px; } +TD.s8 { height: 8px; } +TD.s15 { height: 15px; } + +SPAN.keyword { text-decoration: underline; } + /* --------- Documentation elements ---------- */ TD.children { -- cgit v1.2.3