closes #582: Remove hint message from quick search box for html output.

This commit is contained in:
shimizukawa 2016-03-06 21:20:59 +09:00
parent 549b6e27df
commit fffa51c3fd
3 changed files with 1 additions and 6 deletions

View File

@ -6,6 +6,7 @@ Incompatible changes
* #2327: `latex_use_parts` is deprecated now. Use `latex_toplevel_sectioning` instead.
* #2337: Use ``\url{URL}`` macro instead of ``\href{URL}{URL}`` in LaTeX writer.
* #1498: manpage writer: don't make whole of item in definition list bold if it includes strong node.
* #582: Remove hint message from quick search box for html output.
Features added
--------------

View File

@ -55,9 +55,6 @@
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
{{ _('Enter search terms or a module, class or function name.') }}
</p>
</div>
{%- endblock %}
</div>

View File

@ -16,9 +16,6 @@
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
{{ _('Enter search terms or a module, class or function name.') }}
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
{%- endif %}