Add space around code blocks

This commit is contained in:
Dimitri Lozeve 2019-03-20 22:16:40 +01:00
parent 6b5d84844f
commit 15713516af
2 changed files with 8 additions and 1 deletions

View file

@ -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;