Sha256: 734a0c4450ead06a8310b65e86d882384e434f76e2fc9f293de907fdb73f567e
Contents?: true
Size: 647 Bytes
Versions: 7
Compression:
Stored size: 647 Bytes
Contents
/* tables */ table.sorted thead tr th, table.sorted tfoot tr th { background-color: #333; } table.sorted thead tr .header { background-image: url(/public/cuke-inspector/images/bg.gif); background-repeat: no-repeat; background-position: center right; cursor: pointer; } table.sorted tbody tr.odd td { background-color:#101010; } table.sorted thead tr .headerSortUp { background-image: url(/public/cuke-inspector/images/asc.gif); } table.sorted thead tr .headerSortDown { background-image: url(/public/cuke-inspector/images/desc.gif); } table.sorted thead tr .headerSortDown, table.sorted thead tr .headerSortUp { background-color: #666; }
Version data entries
7 entries across 7 versions & 1 rubygems