git: 731e05fde1 - main - Add Table of Contents style
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=731e05fde11b8af827a9a4ce7d48dd2dcfac1bd8 commit 731e05fde11b8af827a9a4ce7d48dd2dcfac1bd8 Author: Sergio Carlavilla Delgado <[email protected]> AuthorDate: 2021-05-01 15:39:09 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> CommitDate: 2021-05-01 15:39:09 +0000 Add Table of Contents style --- website/themes/beastie/static/css/layout.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/themes/beastie/static/css/layout.css b/website/themes/beastie/static/css/layout.css index 483916767b..0f1310340a 100644 --- a/website/themes/beastie/static/css/layout.css +++ b/website/themes/beastie/static/css/layout.css @@ -542,3 +542,13 @@ footer { img { border: 0; } + +/* Table of contents */ +#toctitle { + font-weight: bold; + line-height: 1.3; + margin: 1em 0; + margin-left: 0; + color: #990000; + font-size: 115%; +} _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"