1
0
Fork 0
This commit is contained in:
Moritz »mo.« Sauer 2014-09-22 11:19:59 +02:00
parent 45ce0c1bec
commit 42e8784117
2 changed files with 3 additions and 3 deletions

View file

@ -4186,7 +4186,7 @@ table caption {
} }
/* line 72, ../bower_components/foundation/scss/foundation/components/_tables.scss */ /* line 72, ../bower_components/foundation/scss/foundation/components/_tables.scss */
table thead { table thead {
background: whitesmoke; background: #e4e4e4;
} }
/* line 77, ../bower_components/foundation/scss/foundation/components/_tables.scss */ /* line 77, ../bower_components/foundation/scss/foundation/components/_tables.scss */
table thead tr th, table thead tr th,
@ -4198,7 +4198,7 @@ table thead tr td {
} }
/* line 86, ../bower_components/foundation/scss/foundation/components/_tables.scss */ /* line 86, ../bower_components/foundation/scss/foundation/components/_tables.scss */
table tfoot { table tfoot {
background: whitesmoke; background: #e4e4e4;
} }
/* line 91, ../bower_components/foundation/scss/foundation/components/_tables.scss */ /* line 91, ../bower_components/foundation/scss/foundation/components/_tables.scss */
table tfoot tr th, table tfoot tr th,

File diff suppressed because one or more lines are too long