Add support for descriptive lists
This commit is contained in:
parent
376bb3652a
commit
ba3cf9f948
7 changed files with 109 additions and 19 deletions
|
@ -108,3 +108,8 @@ figcaption {
|
|||
.align-left { text-align: left; }
|
||||
.align-center { text-align: center; }
|
||||
.align-right { text-align: right; }
|
||||
|
||||
|
||||
dl { font-family: monospace, monospace; }
|
||||
dl > dt { font-weight: bold; }
|
||||
dl > dd { margin: -1em 0 1em 1em; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue