From owner-freebsd-www@FreeBSD.ORG Tue Jan 24 20:00:33 2012 Return-Path: Delivered-To: freebsd-www@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CC41106566B for ; Tue, 24 Jan 2012 20:00:33 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5B7E28FC18 for ; Tue, 24 Jan 2012 20:00:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0OK0XXV046869 for ; Tue, 24 Jan 2012 20:00:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0OK0X2W046868; Tue, 24 Jan 2012 20:00:33 GMT (envelope-from gnats) Date: Tue, 24 Jan 2012 20:00:33 GMT Message-Id: <201201242000.q0OK0X2W046868@freefall.freebsd.org> To: freebsd-www@FreeBSD.org From: Glen Barber Cc: Subject: Re: www/164454: docbook.css, v 1.20 causing FreeBSD Handbook Title to left-align rather than center-align X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Glen Barber List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jan 2012 20:00:33 -0000 The following reply was made to PR www/164454; it has been noted by GNATS. From: Glen Barber To: Jason Massey Cc: bug-followup@FreeBSD.org, freebsd-www@FreeBSD.org Subject: Re: www/164454: docbook.css, v 1.20 causing FreeBSD Handbook Title to left-align rather than center-align Date: Tue, 24 Jan 2012 15:00:12 -0500 On Tue, Jan 24, 2012 at 07:33:38PM +0000, Jason Massey wrote: > >Description: > While reading the FreeBSD Handbook I noticed that the book's title no longer displays centered (above the current chapter), but rather left-aligned. (Perhaps this is intentional.) > > As I've written documentation for my company using the FreeBSD/SGML tool-chain, I visually compared that documentation and confirmed that the book's title is centered. My documentation is using `docbook.css,v 1.16'. > >How-To-Repeat: > Bring up a sample page: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-media.html > > Notice that the book's title is left-aligned. > >Fix: > I `diff'-ed the v 1.20 docbook.css with the v1.16 docbook.css (which I am using for private reasons) and noticed: > > 165a181,196 > > TH { > > padding-left: 02.em; > > text-align: left; > > } > > > > > I believe the ``text-align: left;'' needs fixing. > Hi, This was discussed and reviewed on the docs@ list last month. Please see the following thread: http://lists.freebsd.org/pipermail/freebsd-doc/2012-January/019332.html Regards, Glen