summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/base.html
diff options
context:
space:
mode:
authorDhiru <dhiru@labadmin-P5E-Deluxe.(none)>2012-05-21 18:25:26 +0530
committerDhiru <dhiru@labadmin-P5E-Deluxe.(none)>2012-05-21 18:25:26 +0530
commit8de5902b25d8d0447dcc07b75bd4fb94c9d558f1 (patch)
tree2530da885cb7f7081c2df328c75711459490daab /gstudio/templates/gstudio/base.html
parentb57d4a415ebd7c97379fce0af2a6d0acd114743f (diff)
downloadgnowsys-8de5902b25d8d0447dcc07b75bd4fb94c9d558f1.tar.gz
changes done in file to increase height of canvas and rssfeed tooltip and readjust the place of footer
Diffstat (limited to 'gstudio/templates/gstudio/base.html')
-rw-r--r--gstudio/templates/gstudio/base.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/gstudio/templates/gstudio/base.html b/gstudio/templates/gstudio/base.html
index bf849184..f1c4aa17 100644
--- a/gstudio/templates/gstudio/base.html
+++ b/gstudio/templates/gstudio/base.html
@@ -20,8 +20,8 @@
{% endblock %}
{% block sidebar %}
- <img src="{{ STATIC_URL }}gstudio/img/rss.png" alt="?" width="20" height="" />
- <a href="{% url gstudio_nodetype_latest_feed %}" class="feeds"><h4>Rssfeed</h4></a>
+
+ <a href="{% url gstudio_nodetype_latest_feed %}" class="feeds" title="Rssfeed"><img src="{{ STATIC_URL }}gstudio/img/rss.png" alt="?" width="20" height="" /></a>
<div class="search">
<h3>{% trans "Search" %}</h3>
@@ -52,6 +52,7 @@
<a href="{{ object.get_version_url }}{{ sid }}/{{ forloop.counter }}">{{ object.title }} {{ object.id }}.{{ forloop.counter }}</a><br>
{% endfor %}
+ </table>
</div>
<br>