In this fiddle there's a markup and style I'm doing for a website:
I am trying to represent data in this way:
- D2's table data is contained in D1
- D3's table data is contained in D2
If we were to think of D1 as an entity, it would be said that each D1 has a D2, and each D2 has a D3. In a hierarchy, these would be "sub-tables."
Is there a better way to represent a hierarchy of subtables than the stair arrangement I have right now?


