Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 May 2021 15:39:34 GMT
From:      Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 731e05fde1 - main - Add Table of Contents style
Message-ID:  <202105011539.141FdYi7039592@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=731e05fde11b8af827a9a4ce7d48dd2dcfac1bd8

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



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