Go to most recent revision | Details | Last modification | View Log | RSS feed
/****
table_sort.css
This file is used by table sorting scripts
****/
.sortable th{
cursor: pointer;
}
/* Up and Down Arrows */
.sortable th.descend:after{
content: "\25B2";
.sortable th.ascend:after{
content: "\25BC";