소스 검색

Fix info div blocks config menu.

Daosheng Mu 10 년 전
부모
커밋
96a5ed5097
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      examples/webgl_postprocessing_ssao.html

+ 3 - 3
examples/webgl_postprocessing_ssao.html

@@ -28,12 +28,12 @@ Spiral sampling http://web.archive.org/web/20120421191837/http://www.cgafaq.info
 
 			#info {
 				color:#fff;
-				position: absolute;
+				position: relative;
 				top: 0px;
-				width: 100%;
+				width: 40em;
+				margin: 0 auto -1.86em;
 				padding: 5px;
 				z-index:100;
-				text-align: center;
 			}
 		</style>
 	</head>