Style dictionary lists

This commit is contained in:
Salt 2020-08-16 06:32:49 -05:00
parent dec63f86b2
commit ac34bc9862
1 changed files with 11 additions and 0 deletions

View File

@ -44,6 +44,17 @@ code {
font-size: 11pt;
padding: 2px 4px;
}
dl {
list-style-type: none;
margin: 0;
}
dl dt {
font-weight: bold;
margin: 1em 0 0 0;
}
dl dd {
margin: 0;
}
/* CUSTOM DIVS AND SPANS */
a.quickbutton {