Grid push and pull, tidied up css and gruntfile, addded more form variables

This commit is contained in:
Nick Pack
2013-07-21 21:49:03 +01:00
parent 4f1d9febce
commit aa2f2231f0
9 changed files with 222 additions and 40 deletions

View File

@ -115,10 +115,10 @@ table {
colgroup tbody tr:first-child td:first-child {
@include border-top-left-radius($table_border_radius);
}
caption + thead tr:first-child th:last-child,
caption + tbody tr:first-child td:last-child,
colgroup + thead tr:first-child th:last-child,
colgroup + tbody tr:first-child td:last-child {
caption thead tr:first-child th:last-child,
caption tbody tr:first-child td:last-child,
colgroup thead tr:first-child th:last-child,
colgroup tbody tr:first-child td:last-child {
@include border-top-right-radius($table_border_radius);
}