Last active
August 29, 2015 14:17
-
-
Save tyv/fd1e4eebce00ffae1149 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. ' | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul> | |
<li>длинная длинная длинная длинная длинная длинная строка</li> | |
<li>длинная длинная длинная длинная длинная длинная строка</li> | |
</ul> | |
<ol> | |
<li>длинная длинная длинная длинная длинная длинная строка</li> | |
<li>длинная длинная длинная длинная длинная длинная строка</li> | |
</ol> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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