You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2020/01/22 11:54:50 UTC

[isis-antora] branch master updated: fixes indent for tocify subheads

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis-antora.git


The following commit(s) were added to refs/heads/master by this push:
     new f317e9e  fixes indent for tocify subheads
f317e9e is described below

commit f317e9e2c98715a388dd1562c0d428d1248af0fe
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Jan 22 11:54:37 2020 +0000

    fixes indent for tocify subheads
---
 build/ui-bundle.zip        | Bin 314911 -> 314920 bytes
 src/css/extensions/toc.css |   4 ++++
 2 files changed, 4 insertions(+)

diff --git a/build/ui-bundle.zip b/build/ui-bundle.zip
index fca9c59..334c712 100644
Binary files a/build/ui-bundle.zip and b/build/ui-bundle.zip differ
diff --git a/src/css/extensions/toc.css b/src/css/extensions/toc.css
index 57803fa..f7a8522 100644
--- a/src/css/extensions/toc.css
+++ b/src/css/extensions/toc.css
@@ -86,3 +86,7 @@ aside.toc #article-toc {
 .toc-title {
   color: var(--color-isis-green);
 }
+
+aside.toc ul.tocify-subheader {
+  margin-left: 20px;
+}