Skip to content

Instantly share code, notes, and snippets.

@oxbits
Created May 2, 2013 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oxbits/5504214 to your computer and use it in GitHub Desktop.
Save oxbits/5504214 to your computer and use it in GitHub Desktop.
extended admin/change_list.html
{% extends "admin/change_list.html" %}
{% block extrastyle %}
{{ block.super }}
<style>
#result_list tr td:nth-child(5) {text-align:right}
#result_list tr td:nth-child(6) {text-align:right}
#result_list tr td:nth-child(7) {text-align:right}
</style>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment