Skip to content
Snippets Groups Projects

fix indentation for unordered lists (+ consistency changes)

Merged gnomus requested to merge fix/unordered_list_indentation into main
3 files
+ 8
4
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -9,3 +9,8 @@
.wy-nav-top {
background: #343131;
}
.rst-content .section ul li > ul {
margin-bottom: 0;
margin-top: 0;
}
Loading