_tables.scss 235 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 table.table { width: 100%; tr { border-bottom: 1px solid #DDD; } th, td { text-align: left; border: none; padding: $-xs $-xs; } th { font-weight: bold; } tr:hover { background-color: #EEE; } }