]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Fixed searchbox in docs
authorArmin Ronacher <armin.ronacher@active-4.com>
Thu, 25 Jul 2013 07:34:14 +0000 (09:34 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Thu, 25 Jul 2013 07:34:14 +0000 (09:34 +0200)
docs/_themes/babel/static/babel.css_t

index 924284a2c121cc4b9695528688be962da43050f0..e7d2116b581d42cb4a60a46796c2dacc7ac589ea 100644 (file)
@@ -146,6 +146,10 @@ div.sphinxsidebar input {
     font-size: 1em;
 }
 
+div.sphinxsidebar #searchbox input[type="text"] {
+    width: 140px;
+}
+
 /* -- body styles ----------------------------------------------------------- */
 
 a {