git: 7ed8b009a6 - main - Design - tables align text to top
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=7ed8b009a6b38fd3b8bc3cdb0954e70536c75f24 commit 7ed8b009a6b38fd3b8bc3cdb0954e70536c75f24 Author: Sergio Carlavilla Delgado <[email protected]> AuthorDate: 2023-04-09 18:12:20 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> 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 {