From 1a38eff0e9f9814f5d0615e238544fac62d2f1f3 Mon Sep 17 00:00:00 2001 From: 1138-4EB <1138-4EB@users.noreply.github.com> Date: Wed, 22 Feb 2017 06:09:26 +0100 Subject: Remove scrollbar in small screens Fix gitter shield link Fix first example of QuickStartGuide --- doc/_static/theme_overrides.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/_static') diff --git a/doc/_static/theme_overrides.css b/doc/_static/theme_overrides.css index cb4555384..a1a61eae9 100644 --- a/doc/_static/theme_overrides.css +++ b/doc/_static/theme_overrides.css @@ -22,10 +22,10 @@ footer hr {margin-bottom: 10px} @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:265px;position: static;} - .wy-nav-side.shift{width:265px;padding-bottom: 40px;} - .rst-versions{width:265px} - .wy-side-scroll{width:260px;} + .wy-nav-content-wrap.shift{margin-left:260px;position: static;} + .wy-nav-side.shift{width:260px;padding-bottom: 40px;} + .rst-versions{width:260px} + .wy-side-scroll{width:280px;} } /*Fix shields in small screens*/ -- cgit v1.2.3