git: 731e05fde1 - main - Add Table of Contents style

Sergio Carlavilla Delgado carlavilla at FreeBSD.org
Sat May 1 15:39:34 UTC 2021


The branch main has been updated by carlavilla:

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

commit 731e05fde11b8af827a9a4ce7d48dd2dcfac1bd8
Author:     Sergio Carlavilla Delgado <carlavilla at FreeBSD.org>
AuthorDate: 2021-05-01 15:39:09 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla at FreeBSD.org>
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%;
+}


More information about the dev-commits-doc-all mailing list