Style dictionary lists
This commit is contained in:
parent
dec63f86b2
commit
ac34bc9862
@ -44,6 +44,17 @@ code {
|
|||||||
font-size: 11pt;
|
font-size: 11pt;
|
||||||
padding: 2px 4px;
|
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 */
|
/* CUSTOM DIVS AND SPANS */
|
||||||
a.quickbutton {
|
a.quickbutton {
|
||||||
|
Loading…
Reference in New Issue
Block a user