Implement wildcard aliases
This commit is contained in:
parent
a01ddd9b22
commit
6400962a44
9 changed files with 141 additions and 25 deletions
|
|
@ -27,6 +27,10 @@ a:hover, a:focus {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.monospace {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.gray {
|
||||
color: gray;
|
||||
}
|
||||
|
|
@ -248,7 +252,6 @@ details > summary {
|
|||
|
||||
details > p {
|
||||
margin: 0.75rem 1rem;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
/* -- Detail columns -- */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue