#232: Removed spaces from links.
This commit is contained in:
parent
ed7221e0f0
commit
accb329a44
@ -18,21 +18,16 @@
|
|||||||
<div style="text-align: right; padding: 0 10px 5px 0; margin-top:-20px;">
|
<div style="text-align: right; padding: 0 10px 5px 0; margin-top:-20px;">
|
||||||
<!-- projector control -->
|
<!-- projector control -->
|
||||||
{% trans "Adjust projector view" %}:
|
{% trans "Adjust projector view" %}:
|
||||||
<a class="projector_edit" href="{% url projector_bigger %}" title="{% trans 'Zoom in' %}">
|
<a class="projector_edit" href="{% url projector_bigger %}" title="{% trans 'Zoom in' %}"
|
||||||
<img src="{% static 'images/icons/zoom-in.png' %}" />
|
><img src="{% static 'images/icons/zoom-in.png' %}" /></a>
|
||||||
</a>
|
<a class="projector_edit" href="{% url projector_smaller %}" title="{% trans 'Zoom out' %}"
|
||||||
<a class="projector_edit" href="{% url projector_smaller %}" title="{% trans 'Zoom out' %}">
|
><img src="{% static 'images/icons/zoom-out.png' %}" /></a>
|
||||||
<img src="{% static 'images/icons/zoom-out.png' %}" />
|
<a class="projector_edit" href="{% url projector_up %}" title="{% trans 'Scroll text up' %}"
|
||||||
</a>
|
><img src="{% static 'images/icons/go-up.png' %}" /></a>
|
||||||
<a class="projector_edit" href="{% url projector_up %}" title="{% trans 'Scroll text up' %}">
|
<a class="projector_edit" href="{% url projector_down %}" title="{% trans 'Scroll text down' %}"
|
||||||
<img src="{% static 'images/icons/go-up.png' %}" />
|
><img src="{% static 'images/icons/go-down.png' %}" /></a>
|
||||||
</a>
|
<a class="projector_edit" href="{% url projector_clean %}" title="{% trans 'Reset projector view' %}"
|
||||||
<a class="projector_edit" href="{% url projector_down %}" title="{% trans 'Scroll text down' %}">
|
><img src="{% static 'images/icons/view-reset.png' %}" /></a>
|
||||||
<img src="{% static 'images/icons/go-down.png' %}" />
|
|
||||||
</a>
|
|
||||||
<a class="projector_edit" href="{% url projector_clean %}" title="{% trans 'Reset projector view' %}">
|
|
||||||
<img src="{% static 'images/icons/view-reset.png' %}" />
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="column" id="col1">
|
<div class="column" id="col1">
|
||||||
|
Loading…
Reference in New Issue
Block a user