add new style rule for .code-block class
as suggested by @ashmaroli
This commit is contained in:
parent
a41b46ff35
commit
2009749e58
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue