From a2f72a6bf0ffa6978bd862cfb3a0c81f2aebc578 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Tue, 10 Mar 2015 13:01:40 +0000 Subject: fpdoc.css: Improves the layout of the definition list contents --- docs/fpdoc.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/fpdoc.css b/docs/fpdoc.css index 7fc3d450..87e90189 100644 --- a/docs/fpdoc.css +++ b/docs/fpdoc.css @@ -133,10 +133,6 @@ p.cmt { max-width: 100%; } -dl dd { - margin-left: 10px; -} - /* table, table td, table th { border: 1px solid #EEE; @@ -170,6 +166,15 @@ td b a { color: #08860A; } +dt { + float: left; +} + +dd { + margin: 0px 0px 0px 110px; + padding: 0px 0px 0.5em; + width: 80%; +} /* keywords in source fragments */ span.kw { -- cgit v1.2.3-70-g09d2