Sha256: 05cc815edddc534caa5a70512bb278f2180134062b311fd6c210e91cb59d9749
Contents?: true
Size: 540 Bytes
Versions: 3
Compression:
Stored size: 540 Bytes
Contents
// ------------------------------------------------------------------- // // Table Normalization // ------------------------------------------------------------------- // table { width: 100%; margin: ($base-spacing / 2) 0; border-collapse: collapse; table-layout: fixed; } th { padding: ($base-spacing / 2) 0; border-bottom: 1px solid shade($base-border-color, 15%); font-weight: bold; text-align: left; } td { padding: ($base-spacing / 2) 0; border-bottom: $base-border; } tr, td, th { vertical-align: middle; }
Version data entries
3 entries across 3 versions & 1 rubygems