Skip to content

Instantly share code, notes, and snippets.

@jbrayton
Last active April 22, 2018 09:01
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 jbrayton/da42f7d6969bcc0dcd513158d8719b1c to your computer and use it in GitHub Desktop.
Save jbrayton/da42f7d6969bcc0dcd513158d8719b1c to your computer and use it in GitHub Desktop.
This CSS augments the Micro.blog Default theme by adding horizontal rules between posts.
li.h-entry {
border-bottom: solid #cccccc 1px;
padding-top: 1em;
padding-bottom: 1em;
margin: 0px;
}
li.h-entry div.e-content *:last-child {
margin-bottom: 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment