Date: Mon, 10 Apr 2023 08:58:10 GMT From: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: d8b25aa858 - main - Design - Improve 'code' tag render Message-ID: <202304100858.33A8wA0K000210@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=d8b25aa8583d39236f458693b3a43cc13572d2ad commit d8b25aa8583d39236f458693b3a43cc13572d2ad Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2023-04-10 08:57:30 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2023-04-10 08:57:30 +0000 Design - Improve 'code' tag render --- documentation/themes/beastie/assets/styles/global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/themes/beastie/assets/styles/global.scss b/documentation/themes/beastie/assets/styles/global.scss index b17e541e25..8a2c2e8046 100644 --- a/documentation/themes/beastie/assets/styles/global.scss +++ b/documentation/themes/beastie/assets/styles/global.scss @@ -670,7 +670,7 @@ table.stretch { code { font-family: "DejaVu Sans Mono", Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace; - padding: .5rem; + padding: .12rem .20rem; border-radius: .25rem; background-color: var(--pre-background-color); color: var(--pre-font-color);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304100858.33A8wA0K000210>