From owner-svn-doc-head@FreeBSD.ORG Tue Nov 12 03:11:21 2013 Return-Path: Delivered-To: svn-doc-head@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 83CCF52F; Tue, 12 Nov 2013 03:11:21 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 378CF3A6E; Tue, 12 Nov 2013 03:11:20 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id rAC3BJhd097619; Mon, 11 Nov 2013 20:11:19 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id rAC3BJNo097616; Mon, 11 Nov 2013 20:11:19 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 11 Nov 2013 20:11:19 -0700 (MST) From: Warren Block To: Gabor Kovesdan Subject: Re: svn commit: r43166 - head/share/misc In-Reply-To: <201311111609.rABG9F9H017510@svn.freebsd.org> Message-ID: References: <201311111609.rABG9F9H017510@svn.freebsd.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Mon, 11 Nov 2013 20:11:20 -0700 (MST) Cc: svn-doc-head@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2013 03:11:21 -0000 On Mon, 11 Nov 2013, Gabor Kovesdan wrote: > Author: gabor > Date: Mon Nov 11 16:09:14 2013 > New Revision: 43166 > URL: http://svnweb.freebsd.org/changeset/doc/43166 > > Log: > - Restore grey background for programlisting > > Submitted by: pluknet > > Modified: > head/share/misc/docbook.css > > Modified: head/share/misc/docbook.css > ============================================================================== > --- head/share/misc/docbook.css Mon Nov 11 12:18:24 2013 (r43165) > +++ head/share/misc/docbook.css Mon Nov 11 16:09:14 2013 (r43166) > @@ -246,7 +246,7 @@ div.screen { > line-height: 1.1; > } > > -div.programlisting { > +pre.programlisting { > white-space: pre; > font-family: monospace; > padding: 1ex; > Thanks. But there are other formatting changes I described in http://lists.freebsd.org/pipermail/freebsd-doc/2013-November/022797.html