Fix bullet points on wiki table of contents.

fixes #170
This commit is contained in:
Oliver Marks 2018-10-10 18:49:55 +01:00
parent 5e2c2edfd1
commit b2c0c6ce42
2 changed files with 6157 additions and 1 deletions

View File

@ -18,3 +18,9 @@
min-height: 100%; min-height: 100%;
border-radius: 0; border-radius: 0;
} }
.nav-list {
display: block;
padding-left:10px;
list-style-type: circle;
}

6152
mhackspace/static/sass/project.css Normal file → Executable file

File diff suppressed because one or more lines are too long