Sha256: e3403bf7fa77855a6c0a1f091f960be95305fdd81793f27f8a0b507488368774
Contents?: true
Size: 561 Bytes
Versions: 11
Compression:
Stored size: 561 Bytes
Contents
/* Table Style */ table { width: 100%; height: 100%; margin: 0 0 15px; text-align: left; border-collapse: collapse; border: 1px solid #c4c4c4; } table thead { color: #666; } table th { font-weight: normal; padding: 5px 8px; color: #666; background: #e5e5e5; } table td { padding: 8px; color: #000; border-top: 1px solid #c4c4c4; } table td span.active { color: #55a34a;} table td span.pending { color: #c5a059;} table td span.closed { color: #a02b2b;} table tr { border-top: none; background: #f9f9f9; } table .odd { background: #fff; }
Version data entries
11 entries across 11 versions & 1 rubygems