From owner-svn-doc-all@FreeBSD.ORG Wed Feb 5 17:31:48 2014 Return-Path: Delivered-To: svn-doc-all@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 B32DCD95; Wed, 5 Feb 2014 17:31:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9E5CC137B; Wed, 5 Feb 2014 17:31:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s15HVmct055471; Wed, 5 Feb 2014 17:31:48 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s15HVmn8055470; Wed, 5 Feb 2014 17:31:48 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201402051731.s15HVmn8055470@svn.freebsd.org> From: Warren Block Date: Wed, 5 Feb 2014 17:31:48 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43791 - head/share/misc X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Feb 2014 17:31:48 -0000 Author: wblock Date: Wed Feb 5 17:31:48 2014 New Revision: 43791 URL: http://svnweb.freebsd.org/changeset/doc/43791 Log: Improve the spacing of callout lists. Thanks to Allan Jude for his help. Modified: head/share/misc/docbook.css Modified: head/share/misc/docbook.css ============================================================================== --- head/share/misc/docbook.css Wed Feb 5 16:34:39 2014 (r43790) +++ head/share/misc/docbook.css Wed Feb 5 17:31:48 2014 (r43791) @@ -139,6 +139,17 @@ div.calloutlist dd { margin-bottom: 1ex; } +body .calloutlist td { + padding-right: 0.5em; + width: auto; +} + +body .calloutlist td p { + line-height: 1.2; + margin-top: 4px; + margin-bottom: 4px; +} + body form { margin: .6em 0; }