Moved the website code to ./web/ to make it easier to maintain for me. No code changes. (0.40.5)
This commit is contained in:
parent
bebe6dfda0
commit
71576be449
71 changed files with 3354 additions and 1 deletions
17
web/_sass/_toc.scss
Normal file
17
web/_sass/_toc.scss
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
//#toc-container h2 {
|
||||
// font-size: 1.4em;
|
||||
//}
|
||||
|
||||
#toc-container ul {
|
||||
list-style-image: none;
|
||||
list-style-type: none;
|
||||
margin-left: $spacing-unit;
|
||||
//margin:0;
|
||||
//padding: 0;
|
||||
//text-align: left;
|
||||
}
|
||||
|
||||
#toc-container ul li {
|
||||
list-style-type: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue