From owner-freebsd-doc@FreeBSD.ORG Tue Feb 18 05:30:01 2014 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D1CA5BB for ; Tue, 18 Feb 2014 05:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DB8791CDA for ; Tue, 18 Feb 2014 05:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1I5U0bV089737 for ; Tue, 18 Feb 2014 05:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1I5U0e2089735; Tue, 18 Feb 2014 05:30:00 GMT (envelope-from gnats) Resent-Date: Tue, 18 Feb 2014 05:30:00 GMT Resent-Message-Id: <201402180530.s1I5U0e2089735@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Allan Jude Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B31E55A9 for ; Tue, 18 Feb 2014 05:27:45 +0000 (UTC) Received: from newred.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D6AE1CD0 for ; Tue, 18 Feb 2014 05:27:45 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by newred.freebsd.org (8.14.7/8.14.7) with ESMTP id s1I5Rj7e023443 for ; Tue, 18 Feb 2014 05:27:45 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.7/8.14.7/Submit) id s1I5RjXK023429; Tue, 18 Feb 2014 05:27:45 GMT (envelope-from nobody) Message-Id: <201402180527.s1I5RjXK023429@cgiserv.freebsd.org> Date: Tue, 18 Feb 2014 05:27:45 GMT From: Allan Jude To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: docs/186857: improve handbook ToC readability X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2014 05:30:01 -0000 >Number: 186857 >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 applying colours to links. Until now the handbook has had no style on links, resulting in the default bright blue / purple link colours. Apply style to make the colours a little less jaring and easier to read, also makes the page not look like it is from 1994. Borrowed the colour codes from http://en.wikipedia.org/wiki/Help:Link_color since these seem to be what people will expect >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) @@ -34,6 +34,12 @@ font-weight: bold; } +/* Copied from http://en.wikipedia.org/wiki/Help:Link_color */ +a:link { color:#0645AD; text-decoration: underline; } +a:visited { color:#663366; text-decoration: underline; } +a:hover { color:#663366; text-decoration: underline; } +a:active { color:#663366; text-decoration: underline; } + div.blockquote-title { font-weight: bold; margin-top: 1em; >Release-Note: >Audit-Trail: >Unformatted: