From 9b170349d16e12cccd6792b9f174e987bb08306d Mon Sep 17 00:00:00 2001 From: Matti Pastell Date: Tue, 13 Dec 2016 15:10:14 +0200 Subject: [PATCH] Modified template to work better with julia markdown output --- templates/skeleton_css.txt | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/templates/skeleton_css.txt b/templates/skeleton_css.txt index ea30c87..dded001 100644 --- a/templates/skeleton_css.txt +++ b/templates/skeleton_css.txt @@ -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) {}