Add styling for quote blocks.

This commit is contained in:
tastytea 2019-11-24 23:41:04 +01:00
parent 4c3f2e6e75
commit 4032c2e5d3
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 6 additions and 0 deletions

View File

@ -99,3 +99,9 @@ div.admonitionblock td
{
float: left;
}
.quoteblock
{
border-left: solid;
padding-left: 0.5em;
}