Skip to content
Snippets Groups Projects
Unverified Commit 8bde0988 authored by Jennifer Mankoff's avatar Jennifer Mankoff
Browse files

updated table of contents

parent f58e92a8
No related branches found
No related tags found
1 merge request!8adjusted plain language to be specific
......@@ -68,8 +68,9 @@ sass:
sass_dir: "./_scss"
style: compressed
kramdown:
toc_levels: '1'
toc:
min_level: 1
max_level: 2
mermaid: 'https://cdn.jsdelivr.net/npm/mermaid@10.5.0/dist/mermaid.min.js'
......
......@@ -68,8 +68,9 @@ sass:
sass_dir: "./_scss"
style: compressed
kramdown:
toc_levels: '1'
toc:
min_level: 1
max_level: 2
mermaid: 'https://cdn.jsdelivr.net/npm/mermaid@10.5.0/dist/mermaid.min.js'
......
......@@ -110,15 +110,19 @@ a:hover, a:active, a:focus {
ul#markdown-toc {
min-width: 696px;
list-style: none;
padding-top: 20px;
font-size: .75em;
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
//list-style: none;
//padding-top: 20px;
}
ul#markdown-toc li{
display: inline;
//display: inline;
padding: 5px;
background-color: $background;
style: bold;
//style: bold;
}
ul li.tbd {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment