From 1ba63f15c8b376f550efdd8fe7bb9212f3e6857d Mon Sep 17 00:00:00 2001 From: spf13 Date: Wed, 28 May 2014 17:54:54 -0400 Subject: [PATCH] Make the header not jump around --- docs/static/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/static/css/style.css b/docs/static/css/style.css index f4eb8f518ad..f32af063b8a 100755 --- a/docs/static/css/style.css +++ b/docs/static/css/style.css @@ -35,6 +35,9 @@ Website: http://geekslabs.com/ border-color: #adadad; } +.nav-github { + width: 325px; +} .nav-github > span { padding-right: 0.5em; }