Sha256: 9ff6c0a7b3a13e2f00133796ef05b6f1e7cbb3964d5151e90d34c4568552f682
Contents?: true
Size: 285 Bytes
Versions: 5
Compression:
Stored size: 285 Bytes
Contents
$color-odd: #2a2a2a; $color-even: #2f2f2f; table { table-layout: fixed; tr:nth-child(odd) { background-color: $color-odd; } th, tr:nth-child(even) { background-color: $color-even; } td, th { word-break: normal; vertical-align: top; padding: 7px; } }
Version data entries
5 entries across 5 versions & 2 rubygems