From 31e78fca7631a0a17a56806cf705376b618d7efd Mon Sep 17 00:00:00 2001 From: Yair Ansbacher Date: Mon, 14 Jan 2019 14:39:08 +0200 Subject: [PATCH] fix: remove applicative style (#203) Currently we set `text-align: center;` for the `body`, this style is *application* style and hides some bugs from our eyes (e.g. https://github.com/kaltura/playkit-js-ui/pull/327, https://github.com/kaltura/playkit-js-ui/pull/331). --- samples/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/style.css b/samples/style.css index a7fe9addf..30932e8e0 100644 --- a/samples/style.css +++ b/samples/style.css @@ -2,7 +2,6 @@ body { background-color: #212121; padding: 0; margin: 0; - text-align: center; } #player-placeholder {