Add space around code blocks
This commit is contained in:
parent
6b5d84844f
commit
15713516af
2 changed files with 8 additions and 1 deletions
|
@ -63,6 +63,13 @@ a.icon {
|
|||
border: 0px none transparent;
|
||||
}
|
||||
|
||||
.sourceCode {
|
||||
display:block;
|
||||
padding-left: 1rem;
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.definition, .proposition, .theorem {
|
||||
display: block;
|
||||
border-left: 2px solid #808080;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue