aboutsummaryrefslogtreecommitdiffstats
path: root/doc/_static
diff options
context:
space:
mode:
author1138-4EB <1138-4EB@users.noreply.github.com>2017-02-22 06:09:26 +0100
committertgingold <tgingold@users.noreply.github.com>2017-12-10 12:02:05 +0100
commit1a38eff0e9f9814f5d0615e238544fac62d2f1f3 (patch)
tree05f1299398efa8ff2d760e4e558e21e87d3421fe /doc/_static
parent669fd99724492f9c8983f414b43e7dfb7bec0dd0 (diff)
downloadghdl-1a38eff0e9f9814f5d0615e238544fac62d2f1f3.tar.gz
ghdl-1a38eff0e9f9814f5d0615e238544fac62d2f1f3.tar.bz2
ghdl-1a38eff0e9f9814f5d0615e238544fac62d2f1f3.zip
Remove scrollbar in small screens
Fix gitter shield link Fix first example of QuickStartGuide
Diffstat (limited to 'doc/_static')
-rw-r--r--doc/_static/theme_overrides.css8
1 files changed, 4 insertions, 4 deletions
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*/