Skip to content

Commit

Permalink
fix: remove applicative style (#203)
Browse files Browse the repository at this point in the history
Currently we set `text-align: center;` for the `body`, this style is *application* style and hides some bugs from our eyes (e.g. kaltura/playkit-js-ui#327, kaltura/playkit-js-ui#331).
  • Loading branch information
yairans authored Jan 14, 2019
1 parent f4c243d commit 31e78fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ body {
background-color: #212121;
padding: 0;
margin: 0;
text-align: center;
}

#player-placeholder {
Expand Down

0 comments on commit 31e78fc

Please sign in to comment.