From owner-cvs-all@FreeBSD.ORG Sun Nov 9 19:25:10 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E86C61065676; Sun, 9 Nov 2008 19:25:10 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (ns0.blackend.org [82.227.222.164]) by mx1.freebsd.org (Postfix) with ESMTP id 3D6328FC08; Sun, 9 Nov 2008 19:25:09 +0000 (UTC) (envelope-from marc@blackend.org) Received: from gothic.blackend.org (gothic.blackend.org [192.168.1.203]) by abigail.blackend.org (8.13.4/8.13.3) with ESMTP id mA9JP7gX076019; Sun, 9 Nov 2008 20:25:07 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: from gothic.blackend.org (localhost [127.0.0.1]) by gothic.blackend.org (8.14.3/8.14.1) with ESMTP id mA9JP7q8021550; Sun, 9 Nov 2008 20:25:07 +0100 (CET) (envelope-from marc@gothic.blackend.org) Received: (from marc@localhost) by gothic.blackend.org (8.14.3/8.14.3/Submit) id mA9JP7hn021549; Sun, 9 Nov 2008 20:25:07 +0100 (CET) (envelope-from marc) Date: Sun, 9 Nov 2008 20:25:07 +0100 From: Marc Fonvieille To: Giorgos Keramidas Message-ID: <20081109192507.GB1030@gothic.blackend.org> References: <200811090424.mA94OlN6087438@repoman.freebsd.org> <20081109084551.GB1058@gothic.blackend.org> <87hc6gbz3t.fsf@kobe.laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87hc6gbz3t.fsf@kobe.laptop> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 7.1-PRERELEASE User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-doc@freebsd.org, doc-committers@freebsd.org, Chin-San Huang , cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: doc/share/misc docbook.css X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Nov 2008 19:25:11 -0000 On Sun, Nov 09, 2008 at 07:14:46PM +0200, Giorgos Keramidas wrote: > On Sun, 9 Nov 2008 09:45:51 +0100, Marc Fonvieille wrote: > > On Sun, Nov 09, 2008 at 04:24:47AM +0000, Chin-San Huang wrote: > >> chinsan 2008-11-09 04:24:47 UTC > >> > >> FreeBSD doc repository > >> > >> Modified files: > >> share/misc docbook.css > >> Log: > >> - Decorating BLOCKQUOTE box. > >> > > > > This is something we needed but we have to think about the colours and > > fix the layout for Notes. > > > > Let's compare both: > > http://people.freebsd.org/~blackend/doc/en_US.ISO8859-1/books/handbook/x-config.html > > Maybe something like this? > > http://people.freebsd.org/~keramida/bsd-css/2008.11.09/css.diff > > I don't really like ``width: 800px;'' in our current stylesheet. In > wide monitors, or with lagre font sizes, explicitly using pixels for the > width of document elements means that the reader may end up with stuff > like this screenshot: > > http://people.freebsd.org/~keramida/bsd-css/2008.11.09/css-bug.png > > The current elements stand out too much for my taste too, so I > removed ``background-color: #DEE3E7;'' from , but added a border > (similar to the one of elements) to . > > You can see the effect of the stylesheet changes of `css.diff' in the > two sets of pages: > > [before] > http://people.freebsd.org/~keramida/bsd-css/2008.11.09/css-old/install-pre.html > http://people.freebsd.org/~keramida/bsd-css/2008.11.09/css-old/x-config.html > > [after] > http://people.freebsd.org/~keramida/bsd-css/2008.11.09/css-new/install-pre.html > http://people.freebsd.org/~keramida/bsd-css/2008.11.09/css-new/x-config.html > The new x-config.html is fine for me. For the new install-pre.html, the way is rendered looks oldish, maybe using the same scheme as for might do the trick. -- Marc