Skip to content

Instantly share code, notes, and snippets.

@midu
Created March 19, 2013 16:17
Show Gist options
  • Save midu/5197508 to your computer and use it in GitHub Desktop.
Save midu/5197508 to your computer and use it in GitHub Desktop.
Untitled
ul { list-style-type: disc; }
ul ul {
list-style-type: -webkit-toggle(disc, circle, square, box);
list-style-type: -ms-toggle(disc, circle, square, box);
list-style-type: -moz-toggle(disc, circle, square, box);
list-style-type: -o-toggle(disc, circle, square, box);
list-style-type: toggle(disc, circle, square, box);
}
<ul>
<li>kikou</li>
<li>comment</li>
<li>ça</li>
<li>va</li>
</ul>
// alert('Hello world!');
{"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