Skip to content

Instantly share code, notes, and snippets.

Created November 30, 2012 14:52
Show Gist options
  • Save anonymous/4176215 to your computer and use it in GitHub Desktop.
Save anonymous/4176215 to your computer and use it in GitHub Desktop.
Example: double mixed underline
/**
* Example: double mixed underline
*/
ul li {list-style:none;float:left;}
ul.prova li:after {
content: '//';
padding:0 5px;
color:grey;
}
ul.prova li:last-child:after {
content: '';
}
<!-- content to be placed inside <body>…</body> -->
<ul class="prova">
<li>Home</li>
<li>Contatti</li>
</ul>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment