Skip to content

Instantly share code, notes, and snippets.

@aprohl5
Created July 21, 2014 00:25
Show Gist options
  • Save aprohl5/fa0c952e3055a79b2a90 to your computer and use it in GitHub Desktop.
Save aprohl5/fa0c952e3055a79b2a90 to your computer and use it in GitHub Desktop.
making a bulleted list
// Slideshow
.item-list ul.slides,
ul.slides,
.node ul.slides,
ul.epub-slideshow {
@extend .unstyled_lists;
li {
//@extend .unstyled_lists;
//list-style-type: square;
//padding-left: .01em;
article{
padding-bottom: 1em;
ul {
li {
list-style-type: square;
margin-left: 3em;
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment