Skip to content

Instantly share code, notes, and snippets.

@tyv
Created January 15, 2013 15:19
Show Gist options
  • Save tyv/4539368 to your computer and use it in GitHub Desktop.
Save tyv/4539368 to your computer and use it in GitHub Desktop.
Untitled
table
{
border-collapse: collapse;
}
td
{
padding: 10px;
background: yellow;
}
td:nth-child(2)
{
/**
box-shadow should start in padding edge,
instead of content edge in Opera
**/
box-shadow: inset 0 0 0 2px red;
}
<table>
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
</tr>
</table>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment