summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-02-08 16:06:46 +0200
committerLV-426 <lv-426@taproot.org.il>2015-02-08 16:06:46 +0200
commitb7adb5193ccef24cc465a6246982d262ad7e5c86 (patch)
tree38dd9bf5e228bdaeb1b770bcbc028279b399dc72 /res
parent70e31765f4ebe259a6975a48c3dd4f39a840a55f (diff)
remove unintelligible chromeinputbugworkaround div tag
Diffstat (limited to 'res')
-rw-r--r--res/templates/index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/res/templates/index.html b/res/templates/index.html
index c64b418f..0169a436 100644
--- a/res/templates/index.html
+++ b/res/templates/index.html
@@ -7,7 +7,6 @@
<script src="/static/local_config.js"></script>
{% endblock %}
{% block content %}
- <div id="chromeinputbugworkaround" style="position:fixed; top:0px; left:0px; width:100%">
<span id="measure-node" class="graph nodetext" style="position: absolute; display: inline; top: -300px; left: 0px;">suicide squade, attack!</span>
<span id="measure-link" class="graph linklabel" style="position: absolute; display: inline; top: -300px; left: 0px;">those who are about to cry, we kaput you.</span>
<div class="top-bar">
@@ -138,5 +137,4 @@
<div class="rhizi-logo"><a href="http://www.rhizi.org">
<img src="/static/img/rhizi-logo.png"/></a>
</div>
- </div>
{% endblock %}