Css, exterior deviations between the lines(not) of the table
-
Hello.
How can external deviations be added between the lines(not) of the table?
Something like that:verbal
vertr commandtd constituent / editor/tr constituent
Derogation
vertr commandtd constituent / editor/tr constituent
duct/table publicThank you.
-
It's just a padding-bottom for all cells except the last line:
tr:not(:last-of-type) td { padding-bottom: 20px; }
http://jsfiddle.net/8u6UU/