Created
July 21, 2014 00:25
-
-
Save aprohl5/fa0c952e3055a79b2a90 to your computer and use it in GitHub Desktop.
making a bulleted list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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