Skip to content

Commit

Permalink
fixed links position
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Martinez committed Aug 15, 2017
1 parent ceacb4a commit 27e700e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/_templates/searchbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
<div id="links"><h3>Links</h3><ul><li><ul style="list-style-type:square">
<li><a href="https://gist.github.com/search?utf8=%E2%9C%93&q=gvsig">Repositorio de Scripts</a></li>
<li><a href="http://downloads.gvsig.org/download/web/scriptcatalog/build/html/">Catálogo de Plugins</a></li></ul></li></ul>
</div>
{%- if pagename != "search" and builder != "singlehtml" %}
<div id="searchbox" style="display: none" role="search">
<h3>{{ _('Quick search') }}</h3>
<gcse:search></gcse:search>
<p class="searchtip" style="font-size: 90%">
</p>
</div>
<div id="links"><h3>Links</h3><ul><li><ul style="list-style-type:square">
<li><a href="https://gist.github.com/search?utf8=%E2%9C%93&q=gvsig">Repositorio de Scripts</a></li>
<li><a href="http://downloads.gvsig.org/download/web/scriptcatalog/build/html/">Catálogo de Plugins</a></li></ul></li></ul>
</div>
<script>
(function() {
var cx = '009725233275570792772:egtqc4l6lsi';
Expand Down

0 comments on commit 27e700e

Please sign in to comment.