Sha256: 45dd3b5330b713d97db2828c4a74971d27993f2679ca9fafeae1b730c973d2c0
Contents?: true
Size: 429 Bytes
Versions: 7
Compression:
Stored size: 429 Bytes
Contents
// Needs refactoring // stylelint-disable selector-no-type .markdown-body { // Tables table { display: block; width: 100%; overflow: auto; th { font-weight: bold; } th, td { padding: 6px 13px; border: 1px solid #ddd; } tr { background-color: #fff; border-top: 1px solid #ccc; &:nth-child(2n) { background-color: #f8f8f8; } } } }
Version data entries
7 entries across 7 versions & 1 rubygems