Skip to content

Instantly share code, notes, and snippets.

@machal
Created May 21, 2012 08:34
Show Gist options
  • Select an option

  • Save machal/2761189 to your computer and use it in GitHub Desktop.

Select an option

Save machal/2761189 to your computer and use it in GitHub Desktop.
Dabblet: iOS Safari table border problem
/**
* Dabblet: iOS Safari table border problem
*/
table {
border-spacing: 0 3px;
}
td {
padding: 10px;
border: 0;
margin: 0;
background: rgba(255,255,255,.5);
position: relative;
left: -1px;
}
body {
background: black;
}
<table>
<tr>
<td>Table cell</td>
<td>Table cell</td>
</tr>
<tr>
<td>Table cell</td>
<td>Table cell</td>
</tr>
</table>
{"view":"split","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