2013-01-01 19:11:50 +01:00
|
|
|
.table {
|
|
|
|
width: 100%;
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table th,
|
|
|
|
.table td {
|
|
|
|
text-align: left;
|
|
|
|
vertical-align: top;
|
2013-01-17 22:26:23 +01:00
|
|
|
border-top: 1px solid $table-border-colour;
|
|
|
|
padding: ($base-margin-bottom / 2) * 1px 10px;
|
2013-01-01 19:11:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.table th {
|
|
|
|
font-weight: bold;
|
|
|
|
border-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table thead th {
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|