git: d473b10888 - main - Vertically align of callouts

From: Sergio Carlavilla Delgado <carlavilla_at_FreeBSD.org>
Date: Fri, 17 Feb 2023 18:23:01 UTC
The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=d473b10888eabdad1cb72c333636172c6c6db67f

commit d473b10888eabdad1cb72c333636172c6c6db67f
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2023-02-17 18:21:11 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2023-02-17 18:21:11 +0000

    Vertically align of callouts
    
    Reported by:    Gaelan Lloyd
    Pull Request:   https://github.com/freebsd/freebsd-doc/pull/111
---
 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 a4b4c3ced8..e5c56744f9 100644
--- a/documentation/themes/beastie/assets/styles/global.scss
+++ b/documentation/themes/beastie/assets/styles/global.scss
@@ -410,6 +410,7 @@ blockquote {
 .colist td {
   padding-top: 4px;
   padding-bottom: 4px;
+  vertical-align: top;
 }
 
 .colist tr td b,