move the CSS rules extracted from alternating-rows-and-columns into a table-scaffolding mixin.

This commit is contained in:
Tim Riley 2009-02-21 12:09:59 +11:00 committed by Chris Eppstein
parent 3d340b6972
commit 77e19e512b
2 changed files with 12 additions and 0 deletions

View File

@ -1 +1,2 @@
@import tables/scaffolding.sass
@import tables/alternating_rows_and_columns.sass

View File

@ -0,0 +1,11 @@
=table-scaffolding
td,
th
:padding 2px
&.numeric
:text-align right
tbody
th
:text-align center
thead
:font-size .9em