- Added documentation

This commit is contained in:
Ross Stewart
2022-08-27 14:30:09 +01:00
parent 69f6ac3fe2
commit fec532ec32
17 changed files with 603 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
.class {
padding-bottom: 15px;
padding-top: 15px;
}
.function {
padding-bottom: 15px;
padding-top: 15px;
}
.method {
/* border-bottom: 3px solid #d0d0d0; */
padding-bottom: 15px;
padding-top: 15px;
}
.attribute {
padding-bottom: 15px;
padding-top: 15px;
}
.admonition-todo {
color: orangered;
border: 3px dashed orangered;
}
section {
padding-top: 20px;
}