From owner-freebsd-www@FreeBSD.ORG Tue Jan 24 20:00:16 2012 Return-Path: Delivered-To: freebsd-www@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35A4F1065673 for ; Tue, 24 Jan 2012 20:00:16 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from glenbarber.us (onyx.glenbarber.us [199.48.134.227]) by mx1.freebsd.org (Postfix) with SMTP id 6C57F8FC15 for ; Tue, 24 Jan 2012 20:00:15 +0000 (UTC) Received: (qmail 55949 invoked by uid 0); 24 Jan 2012 15:00:14 -0500 Received: from unknown (HELO glenbarber.us) (75.146.225.65) by 0 with SMTP; 24 Jan 2012 15:00:14 -0500 Date: Tue, 24 Jan 2012 15:00:12 -0500 From: Glen Barber To: Jason Massey Message-ID: <20120124200012.GG1950@glenbarber.us> References: <201201241933.q0OJXcaj024810@red.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201201241933.q0OJXcaj024810@red.freebsd.org> X-Operating-System: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-www@FreeBSD.org, bug-followup@FreeBSD.org 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 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:16 -0000 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