Skip to content

Instantly share code, notes, and snippets.

@d13
Created September 3, 2013 12:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save d13/6423256 to your computer and use it in GitHub Desktop.
Save d13/6423256 to your computer and use it in GitHub Desktop.
quick styling for exported Chrome bookmarks
<style>
* { margin:0; padding:0; }
body { margin:10px; }
dl { border:1px solid #eaeaea; padding:10px; margin-bottom:10px; }
/* dl > * { margin-left:10px; } */
dl h3 {
background:#f6f6f6;
padding:5px;
border:1px solid #eaeaea;
border-bottom:none;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment