Skip to content

Instantly share code, notes, and snippets.

@loikein
Last active November 17, 2018 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loikein/82a47ae3f7ab31b7e45e1332a6c5ecf8 to your computer and use it in GitHub Desktop.
Save loikein/82a47ae3f7ab31b7e45e1332a6c5ecf8 to your computer and use it in GitHub Desktop.
ulysses-table-beautifier-compact
<style type="text/css">
table {border-collapse: collapse; border-style: solid; border-width: 1px;}
th {border-style:solid; border-width:1px; text-align:center; padding: 2px;}
tr td {border-style:solid; border-width: 1px;}
td {padding: 5px;}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment