From 58b473236d8b6ebfc507a6844f7b4e981704ffe3 Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Thu, 9 Mar 2017 12:42:08 -0800 Subject: [PATCH] Docs CSS update --- docs/_themes/jrnl/static/less/docs.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_themes/jrnl/static/less/docs.less b/docs/_themes/jrnl/static/less/docs.less index 7433941e..da817702 100644 --- a/docs/_themes/jrnl/static/less/docs.less +++ b/docs/_themes/jrnl/static/less/docs.less @@ -223,12 +223,12 @@ div.footer { body:not(.landing){ padding-top: 130px; - .highlight-output,.highlight-python, .highlight-javascript + .highlight-output, .highlight-python, .highlight-javascript, .highlight-sh { width: auto; max-width: 500px; } - .highlight-python + .highlight-python, .highlight-sh { pre { margin: -10px 0 10px 0;} &:before