diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-10-11 22:24:24 -0400 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-10-11 22:24:24 -0400 |
commit | f4f34fe7c01a881f73221e14bd5c7ab0a4d3c9f8 (patch) | |
tree | 37b3250c08f7b25361a09a45a8dd9316e65c4f8b /templates | |
parent | e6c1febc4b37c4d74cad3cecbc079f888481c27b (diff) |
drop some extra media (may have to restore)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/todolists/view.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/templates/todolists/view.html b/templates/todolists/view.html index 535fe26b..c81c568c 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -1,26 +1,4 @@ {% extends "base.html" %} -{% block head %} -<style type="text/css"> - table#todotable thead tr .header { - background-image: url('/media/bg.gif'); - background-repeat: no-repeat; - background-position: center right; - cursor: pointer; - } - table#todotable thead tr .headerSortUp { - background-image: url('/media/asc.gif'); - } - table#todotable thead tr .headerSortDown { - background-image: url('/media/desc.gif'); - } - table#todotable thead tr .headerSortDown, table.todotable thead tr .headerSortUp { - background-color: #8dbdd8; - } - table#todotable tbody tr.odd { - background-color: #eee4cb; - } -</style> -{% endblock %} {% block content %} <div class="greybox"> <div style="float:right"> |