Date: Sun, 9 Apr 2023 18:14:24 GMT From: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 7ed8b009a6 - main - Design - tables align text to top Message-ID: <202304091814.339IEOp8049476@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=7ed8b009a6b38fd3b8bc3cdb0954e70536c75f24 commit 7ed8b009a6b38fd3b8bc3cdb0954e70536c75f24 Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2023-04-09 18:12:20 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2023-04-09 18:14:16 +0000 Design - tables align text to top PR: 269819 Reported by: grahamperrin@ --- documentation/themes/beastie/assets/styles/global.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/themes/beastie/assets/styles/global.scss b/documentation/themes/beastie/assets/styles/global.scss index e5c56744f9..b17e541e25 100644 --- a/documentation/themes/beastie/assets/styles/global.scss +++ b/documentation/themes/beastie/assets/styles/global.scss @@ -458,6 +458,7 @@ table.tableblock { padding: .5em .625em .625em; font-size: inherit; border-width: 0 1px 1px 0; + vertical-align: top; } td.icon {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304091814.339IEOp8049476>