From 5f693f3881d9d7c824b7012bd18fec73c852590c Mon Sep 17 00:00:00 2001 From: 1138-4EB <1138-4EB@users.noreply.github.com> Date: Sun, 28 Jan 2018 05:20:47 +0100 Subject: fix sphinx warnings --- doc/_static/theme_overrides.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/_static') diff --git a/doc/_static/theme_overrides.css b/doc/_static/theme_overrides.css index 4af06bdb0..7efc1c207 100644 --- a/doc/_static/theme_overrides.css +++ b/doc/_static/theme_overrides.css @@ -19,8 +19,8 @@ footer hr {margin-bottom: 10px} /*Shrink left nav to 260px*/ .wy-nav-side,.rst-versions,.wy-side-nav-search,.wy-menu-vertical{width: 260px} .wy-nav-content-wrap{margin-left:260px;background:#fcfcfc;min-height:100%} -@media screen and (max-width: 768px){ - .wy-nav-top i {padding-top:7px} +@media screen and (max-width: 768px){ + .wy-nav-top i {padding-top:7px} .wy-nav-content-wrap{margin-left:0px} .wy-nav-content-wrap.shift{margin-left:260px;position: static;} .wy-nav-side.shift{width:260px;padding-bottom: 40px;} @@ -67,4 +67,4 @@ div.wy-menu.rst-pro{display: none !important;max-width: 260px} /*Reduce margin below lists*/ .rst-content .section ul, .rst-content .toctree-wrapper ul, article ul {margin-bottom: 12px} -.rst-content blockquote {margin-bottom: 12px;} \ No newline at end of file +.rst-content blockquote {margin-bottom: 12px;} -- cgit v1.2.3