Browse Source

Clean up.

Mr.doob 8 years ago
parent
commit
c311e67ac0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/js/vr/WebVR.js

+ 0 - 1
examples/js/vr/WebVR.js

@@ -89,7 +89,6 @@ var WEBVR = {
 		button.style.position = 'absolute';
 		button.style.position = 'absolute';
 		button.style.left = 'calc(50% - 50px)';
 		button.style.left = 'calc(50% - 50px)';
 		button.style.bottom = '20px';
 		button.style.bottom = '20px';
-		button.style.width = '100px';
 		button.style.border = '0';
 		button.style.border = '0';
 		button.style.padding = '8px';
 		button.style.padding = '8px';
 		button.style.cursor = 'pointer';
 		button.style.cursor = 'pointer';