[website] 04/05: Don't use default list style for custom walkthrough TOC.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Apr 24 21:51:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository website.

commit 7899d4559a647a6a76f7e446bbf41126abe0237c
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Apr 24 23:48:34 2015 +0200

    Don't use default list style for custom walkthrough TOC.
---
 policy.xml        | 10 +++++-----
 policy/policy.css |  4 ++++
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/policy.xml b/policy.xml
index 7aa472a..f74a987 100644
--- a/policy.xml
+++ b/policy.xml
@@ -794,11 +794,11 @@ pkg-grass/
         <para>
           The packaging walkthough is split into the following subsections:
         </para>
-        <itemizedlist>
+        <itemizedlist spacing="compact" mark="none">
           <listitem>
             <para>
               <link linkend="git-pbuilder">Setup the build environment</link>
-              <itemizedlist>
+              <itemizedlist spacing="compact" mark="none">
                 <listitem>
                   <para>
                     <link linkend="git-pbuilder-hooks">Configure lintian pbuilder hook</link>
@@ -820,7 +820,7 @@ pkg-grass/
           <listitem>
             <para>
               <link linkend="git-new-upstream">Upgrading to a new upstream release</link>
-              <itemizedlist>
+              <itemizedlist spacing="compact" mark="none">
                 <listitem>
                   <para>
                     <link linkend="git-update-patches">Update patches for new upstream release</link>
@@ -842,7 +842,7 @@ pkg-grass/
           <listitem>
             <para>
               <link linkend="git-push">Pushing to git.debian.org</link>
-              <itemizedlist>
+              <itemizedlist spacing="compact" mark="none">
                 <listitem>
                   <para>
                     <link linkend="git-repository-on-alioth">Create a Git repository on Alioth</link>
@@ -864,7 +864,7 @@ pkg-grass/
           <listitem>
             <para>
               <link linkend="git-release-upload">Uploading a new package release</link>
-              <itemizedlist>
+              <itemizedlist spacing="compact" mark="none">
                 <listitem>
                   <para>
                     <link linkend="git-tag-release">Tag a release</link>
diff --git a/policy/policy.css b/policy/policy.css
index 249a669..370d5b7 100644
--- a/policy/policy.css
+++ b/policy/policy.css
@@ -78,3 +78,7 @@ h3.author {
 	font-size:		1.2em;
 }
 
+ul.itemizedlist[compact="compact"] li p {
+	margin:			0;
+}
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/website.git



More information about the Pkg-grass-devel mailing list