Sha256: 7f23a8d6b5101b2b4bbab923be40698263faf06fc3e72dedb8e7f2b4ba0bd20b
Contents?: true
Size: 636 Bytes
Versions: 39
Compression:
Stored size: 636 Bytes
Contents
// ========================================================================== // Base – Tables // ========================================================================== caption { .font-size(@base-font-size + 2); line-height: normal; font-weight: @font-bold; text-align: left; padding: .5em 0; border-bottom: 1px solid #d7d7d7; } table { .font-size(@base-font-size - 2); border-collapse: collapse; border-spacing: 0; width: 100%; margin: 1em 0; text-align: left; thead, tbody, tfoot { td, th { color: #585858; padding: .8em .5em; border-bottom: 1px solid #e9e9e9; } } }
Version data entries
39 entries across 39 versions & 1 rubygems