Created
April 5, 2017 07:55
-
-
Save ABooooo/650bdf9da3bc3c74cdb439921a009787 to your computer and use it in GitHub Desktop.
Bullet points
This file contains hidden or 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
.mainContent .left ul, .mainContent .right ul.bulletPointsList { | |
display: table; | |
margin: 0px; | |
padding: 0px; | |
} | |
.mainContent .left ul > li, .mainContent .right ul.bulletPointsList > li { | |
display: table-row; | |
margin: 0px; | |
padding-left: 0px; | |
text-indent: 0px; | |
} | |
.mainContent .left ul>li::before, .mainContent .right ul.bulletPointsList > li::before { | |
content: "\25A0"; | |
color: #900; | |
display: table-cell; | |
padding-right: 5px; | |
text-align: left; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment