Index: remoting/webapp/html/client_plugin.html |
diff --git a/remoting/webapp/html/client_plugin.html b/remoting/webapp/html/client_plugin.html |
index 628c6fa916936789909eae0f9ca898129ddea960..af375ae3ae6e5dca024164888fb5ca9a588b97f3 100644 |
--- a/remoting/webapp/html/client_plugin.html |
+++ b/remoting/webapp/html/client_plugin.html |
@@ -4,10 +4,8 @@ Use of this source code is governed by a BSD-style license that can be |
found in the LICENSE file. |
--> |
<div class="vertically-centered"> |
- <div class="horizontally-centered"> |
<div id="video-container"> |
<video id="mediasource-video-output"></video> |
Jamie
2014/03/28 20:16:51
Not necessary for the Franken-build, but does this
|
- <div id="client-plugin-container"></div> |
+ <div id="client-plugin-container" class="horizontally-centered"></div> |
</div> |
- </div> |
</div> |