Sha256: 8debb71e356220ff937e32e1d116037b9d83f5b94d6266bd91669828ec89c87c

Contents?: true

Size: 246 Bytes

Versions: 5

Compression:

Stored size: 246 Bytes

Contents

/* SORTABLE_TABLE */

th.ascending a {
  background: url(/images/sort-ascending-arrow.gif) 0% 50% no-repeat;
  padding-left: 15px;
}
th.descending a {
  background: url(/images/sort-descending-arrow.gif) 0% 50% no-repeat;
  padding-left: 15px;
}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
dancroak-sortable_table-0.1.0 test/rails_root/public/stylesheets/sortable.css
dancroak-sortable_table-0.1.1 test/rails_root/public/stylesheets/sortable.css
dancroak-sortable_table-0.2.0 test/rails_root/public/stylesheets/sortable.css
dancroak-sortable_table-0.3.0 test/rails_root/public/stylesheets/sortable.css
ryana-sortable_table-0.2.0 test/rails_root/public/stylesheets/sortable.css