Tweaking the stylesheet overrides a little

This commit is contained in:
Jannis Leidel 2009-11-24 21:13:27 +01:00
parent a610e90b7a
commit eb5d698d1e

View file

@ -3,9 +3,13 @@
{% block extrahead %}
{{ block.super }}
<style type="text/css">
.dbtemplates-template div.content {
white-space: nowrap;
margin-right: 0.6em;
}
.dbtemplates-template #id_content {
height: 40.2em;
width: 100%;
width: 85%;
}
</style>
{% endblock %}