remove old css

This commit is contained in:
Luke Hatcher 2012-08-30 14:07:15 -04:00
parent 53923c5a7a
commit 34a9d07bb7

View file

@ -42,15 +42,6 @@
*cursor: hand; *cursor: hand;
} }
{% comment %}
table.table thead .sorting { background: url('{{ STATIC_URL }}datatables/images/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('{{ STATIC_URL }}datatables/images/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('{{ STATIC_URL }}datatables/images/sort_desc.png') no-repeat center right; }
table.table thead .sorting_asc_disabled { background: url('{{ STATIC_URL }}datatables/images/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('{{ STATIC_URL }}datatables/images/sort_desc_disabled.png') no-repeat center right; }
{% endcomment %}
table.dataTable th:active { table.dataTable th:active {
outline: none; outline: none;
} }