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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 92536158087 for ; Wed, 19 Jan 2022 11:30:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0E902BC00B; Wed, 19 Jan 2022 11:30:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE2F92BC00B for ; Wed, 19 Jan 2022 11:30:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACEC8342AE4 for ; Wed, 19 Jan 2022 11:30:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AB2224E for ; Wed, 19 Jan 2022 11:30: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: <1642591563.ee1ca6dd07a2561d26029f4f0c1a5ef65160337e.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: / X-VCS-Repository: proj/devmanual X-VCS-Files: devbook.xsl X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: ee1ca6dd07a2561d26029f4f0c1a5ef65160337e X-VCS-Branch: master Date: Wed, 19 Jan 2022 11:30: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: 7d4f0195-a35d-4e6e-9b75-1b42d2726c95 X-Archives-Hash: 3351a37abd69173531b9eeef6d8e992e commit: ee1ca6dd07a2561d26029f4f0c1a5ef65160337e Author: Ulrich Müller gentoo org> AuthorDate: Tue Jan 18 19:33:51 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Jan 19 11:26:03 2022 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=ee1ca6dd devbook.xsl: Support alignment of table cells The "align" attribute is documented in the DevBook XML Guide, but was not implemented in the XSL stylesheet. Signed-off-by: Ulrich Müller gentoo.org> devbook.xsl | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/devbook.xsl b/devbook.xsl index 1ebbb3b..bf68e9a 100644 --- a/devbook.xsl +++ b/devbook.xsl @@ -82,9 +82,12 @@ - - - white-space: + + + + white-space:; + text-align:; + @@ -95,16 +98,21 @@ - - text-align:center + + + text-align:; + + + + text-align:center; + +