Subversion Repositories wimsdev

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. /****
  2.   table_sort.css
  3.   This file is used by table sorting scripts
  4. ****/
  5.  
  6. .sortable th{
  7.     cursor: pointer;
  8. }
  9.  
  10. /* Up and Down Arrows */
  11. .sortable th.descend:after{
  12.     content: "\25B2";
  13.     }
  14. .sortable th.ascend:after{
  15.     content: "\25BC";
  16.     }