summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2013-10-14 16:08:06 +0400
committerDirkjan Ochtman <djc@apache.org>2013-10-20 11:37:28 +0200
commit7fb151d0264b8f2027bf948a3ea464c8b4e5eae6 (patch)
tree377d6d668a66e78cab7b1a02c48b20ee2af5e182
parentb9459cf957a6acc4798d37aa81bdc52c6eb5d1f8 (diff)
downloadcouchdb-7fb151d0264b8f2027bf948a3ea464c8b4e5eae6.tar.gz
Better temp fix.
-rw-r--r--share/doc/static/rtd.css6
-rw-r--r--share/doc/templates/searchbox.html2
2 files changed, 1 insertions, 7 deletions
diff --git a/share/doc/static/rtd.css b/share/doc/static/rtd.css
index 19689ebff..b34291387 100644
--- a/share/doc/static/rtd.css
+++ b/share/doc/static/rtd.css
@@ -793,9 +793,3 @@ p {
}
}
-
-/* Override RTD basic.css
-Fix style for quick search bar. This is temporary solution.*/
-div.sphinxsidebar #searchbox input[type="text"] {
- width: 140px;
-}
diff --git a/share/doc/templates/searchbox.html b/share/doc/templates/searchbox.html
index a23ba139c..fa12a7f03 100644
--- a/share/doc/templates/searchbox.html
+++ b/share/doc/templates/searchbox.html
@@ -18,7 +18,7 @@ specific language governing permissions and limitations under the License.
<h3>Quick Search</h3>
<form class="search" action="{{ pathto('search') }}" method="get">
-<input type="text" name="q">
+<input type="text" name="q" style="width:115px">
<input type="submit" value="Go">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">