Skip to content

Instantly share code, notes, and snippets.

@ABooooo
Created April 5, 2017 07:55
Show Gist options
  • Save ABooooo/650bdf9da3bc3c74cdb439921a009787 to your computer and use it in GitHub Desktop.
Save ABooooo/650bdf9da3bc3c74cdb439921a009787 to your computer and use it in GitHub Desktop.
Bullet points
.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