mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-01 02:56:19 -04:00
Updated documentation and manual
This commit is contained in:
parent
893a463663
commit
f62d9946ac
45 changed files with 5588 additions and 2444 deletions
24
docs/source/_static/custom.css
Normal file
24
docs/source/_static/custom.css
Normal file
|
@ -0,0 +1,24 @@
|
|||
h3 {
|
||||
margin-top: 1.75rem;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
code.literal {
|
||||
padding-left: 0.25rem !important;
|
||||
padding-right: 0.25rem !important;
|
||||
padding-top: 0.25rem !important;
|
||||
padding-bottom: 0.15rem !important;
|
||||
}
|
||||
|
||||
img[src*="if_mode_graph_b.png"] {
|
||||
background-color: rgb(169, 177, 186);
|
||||
}
|
||||
|
||||
dt.sig {
|
||||
margin-bottom: 0.75rem;
|
||||
margin-top: 1.75rem;
|
||||
}
|
||||
|
||||
div.bottom-of-page div.left-details:not(:first-child) {
|
||||
display: none !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue