Skip to content

Instantly share code, notes, and snippets.

@karks88
Last active September 11, 2024 16:21
Show Gist options
  • Save karks88/dd9165f437166f882d8ef07bdb7bf9b8 to your computer and use it in GitHub Desktop.
Save karks88/dd9165f437166f882d8ef07bdb7bf9b8 to your computer and use it in GitHub Desktop.
Block Styles for the File List Block
/* Styles for the File List block */
ul.my-file-list-block {
margin: 2em 0;
}
ul.my-file-list-block li {
border-bottom: 1px solid #495D0F;
padding: 10px 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment