~dricottone/blog

be319325ec97fa8f6c2707d77958aa713cb4ec9b — Dominic Ricottone 1 year, 4 months ago dc62c62
Fix to highlighted syntax
1 files changed, 6 insertions(+), 0 deletions(-)

M static/css/blog.css
M static/css/blog.css => static/css/blog.css +6 -0
@@ 23,6 23,12 @@ article p.noindent {
  text-indent: 0;
}

/* Highlighted syntax */
div.highlight > pre > code {
  overflow-x: scroll;
  display: block;
}

/* Table of Contents */
div#toc {
  left: calc(900px + 2em);