Modified template to work better with julia markdown output

pull/66/head
Matti Pastell 2016-12-13 15:10:14 +02:00
parent d683625444
commit 9b170349d1
1 changed files with 2 additions and 13 deletions

View File

@ -416,12 +416,9 @@ label > .label-body {
margin-left: .5rem;
font-weight: normal; }
ul {
list-style: circle inside; }
list-style: circle; }
ol {
list-style: decimal inside; }
ol, ul {
padding-left: 0;
margin-top: 0; }
list-style: decimal; }
ul ul,
ul ol,
ol ol,
@ -523,14 +520,6 @@ code {
border-radius: 4px;
}
code.sourceCode.julia {
padding: 2px 4px;
font-size: 90%;
background-color: #f5f5f5;
border-radius: 4px;
}
@media (min-width: 400px) {}
@media (min-width: 550px) {}
@media (min-width: 750px) {}