From owner-svn-doc-head@freebsd.org Fri Sep 4 14:26:00 2015 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F67F9C95AE; Fri, 4 Sep 2015 14:26:00 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3513C1E03; Fri, 4 Sep 2015 14:26:00 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t84EQ0ND086857; Fri, 4 Sep 2015 14:26:00 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t84EQ07H086856; Fri, 4 Sep 2015 14:26:00 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201509041426.t84EQ07H086856@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 4 Sep 2015 14:26:00 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47366 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 04 Sep 2015 14:26:00 -0000 Author: mat Date: Fri Sep 4 14:25:59 2015 New Revision: 47366 URL: https://svnweb.freebsd.org/changeset/doc/47366 Log: Fix indentation in docbook.css. Approved by: wblock Sponsored by: Absolight Modified: head/share/misc/docbook.css Modified: head/share/misc/docbook.css ============================================================================== --- head/share/misc/docbook.css Fri Sep 4 14:25:50 2015 (r47365) +++ head/share/misc/docbook.css Fri Sep 4 14:25:59 2015 (r47366) @@ -31,7 +31,7 @@ */ .formalpara-title { - font-weight: bold; + font-weight: bold; } a:link { @@ -45,64 +45,64 @@ a:visited, a:hover, a:active { } div.blockquote-title { - font-weight: bold; - margin-top: 1em; - margin-bottom: 1em; + font-weight: bold; + margin-top: 1em; + margin-bottom: 1em; } span.msgmain-title { - font-weight: bold; + font-weight: bold; } span.msgsub-title { - font-weight: bold; + font-weight: bold; } span.msgrel-title { - font-weight: bold; + font-weight: bold; } div.msglevel, div.msgorig, div.msgaud { - margin-top: 1em; - margin-bottom: 1em; + margin-top: 1em; + margin-bottom: 1em; } span.msglevel-title, span.msgorig-title, span.msgaud-title { - font-weight: bold; + font-weight: bold; } div.msgexplan { - margin-top: 1em; - margin-bottom: 1em; + margin-top: 1em; + margin-bottom: 1em; } span.msgexplan-title { - font-weight: bold; + font-weight: bold; } div.figure-title { - font-weight: bold; + font-weight: bold; } div.example-title { - font-weight: bold; + font-weight: bold; } div.equation-title { - font-weight: bold; + font-weight: bold; } div.table-title { - font-weight: bold; + font-weight: bold; } div.sidebar-title { - font-weight: bold; + font-weight: bold; } div.synopsis { - white-space: pre; - font-family: monospace; + white-space: pre; + font-family: monospace; } /* @@ -156,7 +156,7 @@ div.list-of-examples div.toc-title { div.calloutlist dt { float: left; - width: 1em;} +width: 1em;} div.calloutlist dd { clear: right; @@ -256,9 +256,9 @@ html { } .package, .port { - color: #007a00; - font-family: monospace; - font-style: italic; + color: #007a00; + font-family: monospace; + font-style: italic; } .svnref { @@ -314,7 +314,7 @@ pre.programlisting { border-radius: 4px; padding: 2ex; margin: .75em 3em .75em 1em; - line-height: 1.3; + line-height: 1.3; } .note, div.procedure { @@ -366,8 +366,8 @@ pre.programlisting { .procedure-title { font-weight: bold; - line-height: 1; - margin-right: 0; + line-height: 1; + margin-right: 0; } .note p:first-of-type, .tip p:first-of-type, .important p:first-of-type, .warning p:first-of-type, .caution p:first-of-type { @@ -379,8 +379,8 @@ pre.programlisting { } .informaltable table.calstable tr td { - padding-left: 1em; - padding-right: 1em; + padding-left: 1em; + padding-right: 1em; } .authorgroup {