minor style improvements
This commit is contained in:
parent
b8b1287190
commit
5dfdaad1aa
3 changed files with 14 additions and 10 deletions
|
@ -106,16 +106,18 @@ h1 {
|
|||
}
|
||||
h2 {
|
||||
font-size: 3rem;
|
||||
border-bottom: solid 1px black;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
h3 {
|
||||
font-size: 2.25rem;
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
h4 {
|
||||
font-size: 2rem;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
h5 {
|
||||
font-size: 1.75rem;
|
||||
font-size: 1.5rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
|
@ -183,9 +185,18 @@ table {
|
|||
table tr {
|
||||
border-bottom: 1px solid #dee2e6;
|
||||
}
|
||||
td {
|
||||
border-left: solid 1px #dee2e6;
|
||||
border-right: solid 1px #dee2e6;
|
||||
}
|
||||
th, td {
|
||||
padding-left: 5px;
|
||||
}
|
||||
th {
|
||||
font-size: 1.5rem;
|
||||
font-weight: normal;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
table thead tr {
|
||||
border-bottom: 2px solid #dee2e6;
|
||||
}
|
||||
|
|
9
index.md
9
index.md
|
@ -89,14 +89,7 @@ All stakes have these properties:
|
|||
|
||||
#### Claims
|
||||
|
||||
A _claim_ is a stake that stores metadata. There are two types of claims:
|
||||
|
||||
<dl>
|
||||
<dt>stream claim</dt>
|
||||
<dd>Declares the availability, access method, and publisher of a stream.</dd>
|
||||
<dt>channel claim</dt>
|
||||
<dd>Creates a pseudonym that can be declared as the publisher of stream claims.</dd>
|
||||
</dl>
|
||||
A _claim_ is a stake that stores metadata. There are two types of claims. _Stream claims_ declare the availability, access method, and publisher of a stream. _Channel claims_ create a pseudonym that can be used as the publisher of stream claims.
|
||||
|
||||
##### Claim Properties
|
||||
|
||||
|
|
BIN
lbry-spec.pdf
BIN
lbry-spec.pdf
Binary file not shown.
Loading…
Reference in a new issue