Skip to content

Instantly share code, notes, and snippets.

@ryanve
Created April 25, 2013 05:41
Show Gist options
  • Save ryanve/5457737 to your computer and use it in GitHub Desktop.
Save ryanve/5457737 to your computer and use it in GitHub Desktop.
Use .untabulate as a state helper for converting tables to a mobile-friendlier view.
table.untabulate,
.untabulate table,
.untabulate thead,
.untabulate tbody,
.untabulate tfoot,
.untabulate th,
.untabulate td,
.untabulate tr { display:block; }
.untabulate tr + tr { margin-top:1em; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment