From 78c93e632fa5f34a1f83f5edd4367e12bc242c2d Mon Sep 17 00:00:00 2001 From: Ken Rice Date: Fri, 18 Sep 2015 14:38:05 -0500 Subject: [PATCH] FS-8078 #resolve fix safari without breaking firefox --- html5/verto/verto_communicator/src/css/verto.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html5/verto/verto_communicator/src/css/verto.css b/html5/verto/verto_communicator/src/css/verto.css index 4a73342178..c0393a36b3 100644 --- a/html5/verto/verto_communicator/src/css/verto.css +++ b/html5/verto/verto_communicator/src/css/verto.css @@ -39,10 +39,10 @@ body { /* This is an technique to align the block centered vertically and horizontally in a page. */ .centered-block-frame { + display: flex; display: -webkit-flex; /* Safari */ -webkit-justify-content: center; /* Safari 6.1+ */ -webkit-align-items: center; - display: flex; justify-content: center; align-items: center; object-fit:inherit;