diff --git a/themes/pinetheme/assets/css/documentation.css b/themes/pinetheme/assets/css/documentation.css index 46be9d5c..47425f4e 100644 --- a/themes/pinetheme/assets/css/documentation.css +++ b/themes/pinetheme/assets/css/documentation.css @@ -57,7 +57,7 @@ #doc-nav .sidebar-nav ul { padding-left: 0 !important; } -#doc-nav .sidebar-nav > ul > ul { +#doc-nav .sidebar-nav ul ul { border-left: 1px solid #fafafa; margin-left: 10px; } diff --git a/themes/pinetheme/assets/css/style.css b/themes/pinetheme/assets/css/style.css index 828020a9..e0a69d9e 100644 --- a/themes/pinetheme/assets/css/style.css +++ b/themes/pinetheme/assets/css/style.css @@ -888,9 +888,7 @@ tbody { /* Table of contents */ -nav#TableOfContents { - margin-bottom: 14px; -} + nav#TableOfContents ul, li{ padding-bottom: 0 !important; } diff --git a/themes/pinetheme/layouts/partials/doc-nav.html b/themes/pinetheme/layouts/partials/doc-nav.html index b56baa61..93e95f90 100644 --- a/themes/pinetheme/layouts/partials/doc-nav.html +++ b/themes/pinetheme/layouts/partials/doc-nav.html @@ -17,17 +17,15 @@

Table of contents

{{ else }}