Add electrum rpc doc tab for official instance

This commit is contained in:
hunicus
2022-10-26 12:33:13 -04:00
parent e14fff45d6
commit cb576ce601
4 changed files with 40 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
.center {
text-align: center;
}
.note {
font-style: italic;
}
.text-small {
font-size: 12px;
}
@@ -116,6 +124,10 @@ li.nav-item {
float: right;
}
.doc-content.no-sidebar {
width: 100%
}
h3 {
margin: 2rem 0 0 0;
}