Skip to content

Instantly share code, notes, and snippets.

@dpanfili
Created April 26, 2016 00:52
Show Gist options
  • Save dpanfili/13dc25d85520edfa91ad78382803451b to your computer and use it in GitHub Desktop.
Save dpanfili/13dc25d85520edfa91ad78382803451b to your computer and use it in GitHub Desktop.
:Before :After Pseudo Selector
#sidebar ul {
text-indent:-1em;
list-style:none;
}
#sidebar ul li {
background:none;
list-style-position:outside;
list-style-type:;
padding:0 40px 5px 40px;
}
#sidebar ul li:before,
#sidebar ul li:after {
content:"\00bb \0020";
padding-right:5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment