Update documentation

This commit is contained in:
Falco Duersch
2018-10-15 20:35:08 +02:00
committed by f4lco
parent 221d1ab964
commit c873ca4a29
11 changed files with 553 additions and 9 deletions
+4
View File
@@ -0,0 +1,4 @@
/* Make the headlines for class and function documentation span the entire width */
.rst-content dl.class dt, .rst-content dl.function dt {
width: 100%;
}