From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 71BD1138350 for ; Wed, 22 Jan 2020 18:24:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51282E0872; Wed, 22 Jan 2020 18:24:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33B02E0872 for ; Wed, 22 Jan 2020 18:24:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B29434E367 for ; Wed, 22 Jan 2020 18:24:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59B7A9C for ; Wed, 22 Jan 2020 18:24:02 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1579716447.dc3fdda90a01bde7de5bfb409c4a46a4486e9e7a.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: / X-VCS-Repository: proj/devmanual X-VCS-Files: devmanual.css X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: dc3fdda90a01bde7de5bfb409c4a46a4486e9e7a X-VCS-Branch: master Date: Wed, 22 Jan 2020 18:24:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fb95437b-1091-42eb-a188-7711349e4726 X-Archives-Hash: f191de1b249a1f91af97acf53aca57e7 commit: dc3fdda90a01bde7de5bfb409c4a46a4486e9e7a Author: Ulrich Müller gentoo org> AuthorDate: Wed Jan 22 18:07:27 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Jan 22 18:07:27 2020 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=dc3fdda9 devmanual.css: Indent
in definition lists. The Bootstrap layout indents
  • but leaves
    flush-left (why?). Add a 2em left margin for
    so it will be indented. Signed-off-by: Ulrich Müller gentoo.org> devmanual.css | 1 + 1 file changed, 1 insertion(+) diff --git a/devmanual.css b/devmanual.css index 81e78de..41c6beb 100644 --- a/devmanual.css +++ b/devmanual.css @@ -10,6 +10,7 @@ dt { dd { margin-top: 0.2em; margin-bottom: 0.2em; + margin-left: 2em; } div.figure, div.figure p {