Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jan 2012 19:33:38 GMT
From:      Jason Massey <Jason@JanixSoft.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   www/164454: docbook.css, v 1.20 causing FreeBSD Handbook Title to left-align rather than center-align
Message-ID:  <201201241933.q0OJXcaj024810@red.freebsd.org>
Resent-Message-ID: <201201241940.q0OJe96r029586@freefall.freebsd.org>

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

>Number:         164454
>Category:       www
>Synopsis:       docbook.css,v 1.20 causing FreeBSD Handbook Title to left-align rather than center-align
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-www
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 24 19:40:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Jason Massey
>Release:        N/A
>Organization:
>Environment:
N/A
>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.

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



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