Skip to content

Instantly share code, notes, and snippets.

@trans
Created February 11, 2009 00:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trans/61730 to your computer and use it in GitHub Desktop.
Save trans/61730 to your computer and use it in GitHub Desktop.
XML/CSS Example
<ages>
<person><name>John</name><age>24</age></person>
<person><name>Dean</name><age>30</age></person>
</ages>
ages { display: table; }
person { display: table-row; }
name { display: table-cell; }
age { display: table-cell; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment