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 25909138351 for ; Wed, 15 Jan 2020 07:06:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C67CE0880; Wed, 15 Jan 2020 07:06:57 +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 1C370E0880 for ; Wed, 15 Jan 2020 07:06:57 +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 8DD9734DE74 for ; Wed, 15 Jan 2020 07:06:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE32E89 for ; Wed, 15 Jan 2020 07:06:53 +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: <1579042984.d1e4dbd4a0d4be63bb5928b5328357e41483fdda.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: / X-VCS-Repository: proj/devmanual X-VCS-Files: devbook.xsl devmanual.css X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d1e4dbd4a0d4be63bb5928b5328357e41483fdda X-VCS-Branch: master Date: Wed, 15 Jan 2020 07:06:53 +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: 6c9e6c9d-0aef-4642-b277-7b557a738354 X-Archives-Hash: b5692cd2e0d459d273e04d93558b2108 commit: d1e4dbd4a0d4be63bb5928b5328357e41483fdda Author: Ulrich Müller gentoo org> AuthorDate: Tue Jan 14 22:41:17 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Jan 14 23:03:04 2020 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=d1e4dbd4 devmanual.css, devbook.xsl: Drop td.devbook. Use the bootstrap default instead. Custom handling for has already been removed in commit a429f4c, drop it for as well. About the history of this: The vertical alignment was originally added to resolve bug 53500, see the variables table (e.g. the KEYWORDS line) in the archived page: https://web.archive.org/web/20040604000628/http://www.gentoo.org/doc/en/gentoo-howto.xml The class was later (commit cff18db) renamed from tableinfo to devbook. None of this seems to be necessary any more; vertical alignment is just fine with the bootstrap layout. Signed-off-by: Ulrich Müller gentoo.org> devbook.xsl | 2 +- devmanual.css | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/devbook.xsl b/devbook.xsl index 04987df..a85d81c 100644 --- a/devbook.xsl +++ b/devbook.xsl @@ -95,7 +95,7 @@ - + diff --git a/devmanual.css b/devmanual.css index bb89812..81e78de 100644 --- a/devmanual.css +++ b/devmanual.css @@ -24,10 +24,6 @@ code, pre { -moz-tab-size: 4; } -td.devbook { - vertical-align: top; -} - pre span.Special { color: magenta; } pre span.Identifier { color: blue; } pre span.Type { color: blue; }