getbase
Version:
A Rock Solid, Responsive HTML/CSS Framework built to work on all devices big and small.
29 lines • 605 B
text/less
// ==========================================================================
// Base – Tables
// ==========================================================================
caption {
font-size: inherit;
line-height: normal;
font-weight: 700;
text-align: left;
padding: 10px;
border-bottom: 1px solid #d7d7d7;
}
table {
.font-size(@base-font-size - 2);
border-collapse: collapse;
border-spacing: 0;
width: 100%;
margin: 0;
text-align: left;
thead,
tbody,
tfoot {
td,
th {
color: #585858;
padding: 10px;
border-bottom: 1px solid #e9e9e9;
}
}
}