diff --git a/django/contrib/admin/media/css/base.css b/django/contrib/admin/media/css/base.css
index efae1ac..c5e385d 100644
a
|
b
|
table thead th.sorted a {
|
319 | 319 | } |
320 | 320 | |
321 | 321 | table thead th.ascending a { |
322 | | background: url(../img/admin/arrow-down.gif) right .4em no-repeat; |
| 322 | background: url(../img/admin/arrow-up.gif) right .4em no-repeat; |
323 | 323 | } |
324 | 324 | |
325 | 325 | table thead th.descending a { |
326 | | background: url(../img/admin/arrow-up.gif) right .4em no-repeat; |
| 326 | background: url(../img/admin/arrow-down.gif) right .4em no-repeat; |
327 | 327 | } |
328 | 328 | |
329 | 329 | /* ORDERABLE TABLES */ |