modify default css for search button (error #2654)

pull/260/head
Alexander Shishkov 12 years ago
parent 014a500f79
commit 7e52a8d1b6
  1. 8
      doc/_themes/blue/static/default.css_t

@ -394,4 +394,12 @@ div.body ul.search li {
div.linenodiv {
min-width: 1em;
text-align: right;
}
div.sphinxsidebar #searchbox input[type="text"] {
width:auto;
}
div.sphinxsidebar #searchbox input[type="submit"] {
width:auto;
}
Loading…
Cancel
Save