From: Armin Ronacher Date: Thu, 25 Jul 2013 07:34:14 +0000 (+0200) Subject: Fixed searchbox in docs X-Git-Tag: 1.0~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0c020dd730634f8d20453ffe0ae473031ad6e8f;p=thirdparty%2Fbabel.git Fixed searchbox in docs --- diff --git a/docs/_themes/babel/static/babel.css_t b/docs/_themes/babel/static/babel.css_t index 924284a2..e7d2116b 100644 --- a/docs/_themes/babel/static/babel.css_t +++ b/docs/_themes/babel/static/babel.css_t @@ -146,6 +146,10 @@ div.sphinxsidebar input { font-size: 1em; } +div.sphinxsidebar #searchbox input[type="text"] { + width: 140px; +} + /* -- body styles ----------------------------------------------------------- */ a {