Sha256: 097405f3e9c3bd5cc7106b45993186200c10d2eea5bda4d638eb97817366853d
Contents?: true
Size: 234 Bytes
Versions: 10
Compression:
Stored size: 234 Bytes
Contents
$odd: #3f3f3f; $header: #2f2f2f; $border: #333; table, th, td { border-bottom: 1px solid $border; border-collapse: collapse; padding: 5px; } th { background-color: $header; } tr:nth-child(odd) { background-color: $odd; }
Version data entries
10 entries across 10 versions & 1 rubygems