mirror of
https://github.com/mempool/mempool.git
synced 2026-08-18 13:08:44 +02:00
Add electrum rpc doc tab for official instance
This commit is contained in:
parent
e14fff45d6
commit
cb576ce601
4 changed files with 40 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue