Skip to content

Instantly share code, notes, and snippets.

Created October 22, 2013 15:24
Show Gist options
  • Save anonymous/7102642 to your computer and use it in GitHub Desktop.
Save anonymous/7102642 to your computer and use it in GitHub Desktop.
Style test for table cells missing a width or a colspan
<style type="text/css" media="screen">
td:not([width]):not([colspan]){
border:1px solid red;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment