Grunt integration

This commit is contained in:
Mike Francis 2014-01-30 11:20:51 +00:00
parent 1531035ceb
commit e18bc5cc8d
14 changed files with 430 additions and 384 deletions

21
css/objects/_tables.scss Executable file
View file

@ -0,0 +1,21 @@
.table {
width: 100%;
border-collapse: collapse;
}
.table th,
.table td {
text-align: left;
vertical-align: top;
border-top: 1px solid $table-border-colour;
padding: ($base-margin-bottom / 2) * 1px 10px;
}
.table th {
font-weight: bold;
border-top: 0;
}
.table thead th {
vertical-align: bottom;
}