Sha256: 57087eaabf8db28b1beef372018a2eb3e5c6ae772da7b0474f7c851b82d8e309
Contents?: true
Size: 284 Bytes
Versions: 33
Compression:
Stored size: 284 Bytes
Contents
// // table.scss // Extended from Bootstrap // .table { thead > tr > th { border-top-width: 0; border-bottom-width: $border-width; } } // Alignment .table-align-middle { thead > tr > th, tbody > tr > td { vertical-align: middle; } }
Version data entries
33 entries across 33 versions & 2 rubygems