Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Feb 2023 18:23:01 GMT
From:      Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: d473b10888 - main - Vertically align of callouts
Message-ID:  <202302171823.31HIN1aW068541@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=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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302171823.31HIN1aW068541>