Added custom css and rewrote the interfaces docs file

This commit is contained in:
Veronica K. B. Olsen
2020-08-03 22:46:43 +02:00
parent c6c47866d1
commit 9e2fe92c83
6 changed files with 340 additions and 161 deletions
+23
View File
@@ -0,0 +1,23 @@
/*
* Custom CSS Rules for Sphinx RTD Theme
*/
.kbd {
background-color: #eeeeee;
border: 1px solid #b4b4b4;
border-radius: 3px;
color: #333333;
display: inline-block;
font-size: 0.85em;
font-weight: 400;
line-height: 1;
padding: 2px 4px;
margin-left: 1px;
margin-right: 1px;
white-space: nowrap;
}
.tight-table td {
white-space: normal !important;
vertical-align: text-top;
}