Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
Add ms vendor support
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonpage committed Jul 31, 2013
1 parent 7b27346 commit c21f2a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/ftellipsis.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/1/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ h1 {
}

p {
text-indent: 1em;
break-before: avoid;
}


Expand Down
5 changes: 3 additions & 2 deletions examples/single-line/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
}

.container {
height: 20px;
height: 10px;
font: 16px/20px sans-serif;
-webkit-column-count: 2;
-moz-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}

</style>
Expand Down

0 comments on commit c21f2a4

Please sign in to comment.