-
-
Save gcyrillus/4582167 to your computer and use it in GitHub Desktop.
buggy ol display in chrome cause of ul in front
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
| /* buggy ol display in chrome cause of ul in front */ | |
| ul , dl{display:table;border:white solid;} | |
| ol {display:block;} | |
| ol li , dd , dt {display:table-cell;} | |
| li, dt , dd {border:solid;} | |
| html { | |
| background: #f06; | |
| background: linear-gradient(45deg, #f06, yellow); | |
| min-height: 100%; | |
| } |
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> list item </li> | |
| <li> list item </li> | |
| <li> list item </li> | |
| <li> list item </li> | |
| <li> list item </li> | |
| <li> list item </li> | |
| </ul> | |
| <ol> | |
| <li> list item </li> | |
| <li> list item </li> | |
| <li> list item </li> | |
| <li> list item </li> | |
| <li> list item </li> | |
| <li> list item </li> | |
| </ol> | |
| <dl> | |
| <dt>DT item</dt> | |
| <dd>DD item </dd> | |
| <dd>DD item </dd> | |
| <dt>DT item</dt> | |
| <dd>DD item </dd> | |
| <dd>DD item </dd> | |
| <dt>DT item</dt> | |
| <dd>DD item </dd> | |
| <dd>DD item </dd> | |
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":"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