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
commit 8cf6bcb20a

View File

@ -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;
}