Skip to content

Instantly share code, notes, and snippets.

@tyv
Last active August 29, 2015 14:17
Show Gist options
  • Save tyv/fd1e4eebce00ffae1149 to your computer and use it in GitHub Desktop.
Save tyv/fd1e4eebce00ffae1149 to your computer and use it in GitHub Desktop.
Untitled
ul, ol
{
width: 200px;
list-style: none;
list-style-position: inside;
margin: 0;
padding: 0;
}
li
{
margin: 0;
}
ul li:before
{
content: "• "
}
ol li:before
{
content: '1. '
}
<ul>
<li>длинная длинная длинная длинная длинная длинная строка</li>
<li>длинная длинная длинная длинная длинная длинная строка</li>
</ul>
<ol>
<li>длинная длинная длинная длинная длинная длинная строка</li>
<li>длинная длинная длинная длинная длинная длинная строка</li>
</ol>
// alert('Hello world!');
{"view":"separate","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