浏览代码

Cleaned up example.

Mr.doob 10 年之前
父节点
当前提交
46130d8158
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      examples/webgl_custom_attributes_particles.html

+ 1 - 4
examples/webgl_custom_attributes_particles.html

@@ -18,13 +18,10 @@
 			}
 			}
 			#info {
 			#info {
 				color: #fff;
 				color: #fff;
-				background-color: rgba( 0, 0, 0, 0.75 );
-				position: relative;
+				position: absolute;
 				top: 0px; width: 100%;
 				top: 0px; width: 100%;
 				padding: 5px;
 				padding: 5px;
 				z-index:100;
 				z-index:100;
-				width:33em;
-				margin:0 auto -2em;
 			}
 			}
 			a { color: #ff0000 }
 			a { color: #ff0000 }
 		</style>
 		</style>