Add a specific ‘.short-dl’ component
This is a component meant for definition lists with very short definitions, such as descriptions of single-letter command-line arguments, or keyboard bindings.
This commit is contained in:
parent
b475cd63d7
commit
7e10feb80d
1 changed files with 5 additions and 0 deletions
|
@ -58,6 +58,11 @@ pre.src {
|
|||
}
|
||||
}
|
||||
|
||||
.short-dl {
|
||||
display: grid;
|
||||
grid-template-columns: auto auto;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
font-size: 0.9rem;
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in a new issue