Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Feb 2014 05:24:14 GMT
From:      Allan Jude <freebsd@allanjude.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/186858: improve handbook ToC readability
Message-ID:  <201402180524.s1I5OE7W080559@cgiserv.freebsd.org>
Resent-Message-ID: <201402180530.s1I5U1DF089800@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186858
>Category:       docs
>Synopsis:       improve handbook ToC readability
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 18 05:30:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Allan Jude
>Release:        9.2-RELEASE
>Organization:
ScaleEngine Inc.
>Environment:
FreeBSD Trooper.HML3.ScaleEngine.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013     root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Improve the readability of the Table of Contents of the FreeBSD Handbook by decreasing the amount of whitespace between items.

Also increase the font size of the section titles slightly, as they are the same size as the ToC items.

>How-To-Repeat:

>Fix:
Patch Attached

Patch attached with submission follows:

Index: share/misc/docbook.css
===================================================================
--- share/misc/docbook.css	(revision 43975)
+++ share/misc/docbook.css	(working copy)
@@ -120,15 +126,23 @@
 }
 
 dl {
-	margin: .8em 0;
+	margin: .4em 0 0 0;
 	line-height: 1.2;
 }
 
 dt {
 	font-weight: bold;
-	margin-top: 1em;
+	margin: 0.4em 0 0 0;
 }
 
+div.abstract div.abstract-title,
+div.toc div.toc-title,
+div.list-of-figures div.toc-title,
+div.list-of-tables div.toc-title,
+div.list-of-examples div.toc-title {
+	font-size: 115%;
+}
+
 div.calloutlist dt {
 	float: left;
 	width: 1em;


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402180524.s1I5OE7W080559>