add new style rule for .code-block class

as suggested by @ashmaroli
This commit is contained in:
alexmalik 2016-10-04 12:19:30 +01:00 committed by Pat Hawks
parent a41b46ff35
commit 2009749e58
1 changed files with 5 additions and 0 deletions

View File

@ -670,6 +670,11 @@ h5 > code,
font-size: 0.8em;
}
.code-block {
margin: 10px 0;
code { background: none; }
}
.highlight {
margin: 1em 0;
padding: 10px 0;