Merge pull request #260 from alekcac:css_fix

This commit is contained in:
Andrey Kamaev
2012-12-24 19:26:14 +04:00
committed by OpenCV Buildbot

View File

@@ -395,3 +395,11 @@ div.linenodiv {
min-width: 1em;
text-align: right;
}
div.sphinxsidebar #searchbox input[type="text"] {
width:auto;
}
div.sphinxsidebar #searchbox input[type="submit"] {
width:auto;
}