Grid push and pull, tidied up css and gruntfile, addded more form variables
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user