Skip to content

Instantly share code, notes, and snippets.

@DownRangeDevOps
Last active October 12, 2015 17:37
Show Gist options
  • Save DownRangeDevOps/4062853 to your computer and use it in GitHub Desktop.
Save DownRangeDevOps/4062853 to your computer and use it in GitHub Desktop.
Skin 12 Table Border Fix
<style type="text/css">
.fixBorder th, .fixBorder td {
border: 0px solid #C1C1C1 !important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment