浏览代码

Docs: Opera 12 support.

Mr.doob 11 年之前
父节点
当前提交
3530f329ee
共有 1 个文件被更改,包括 3 次插入5 次删除
  1. 3 5
      docs/index.html

+ 3 - 5
docs/index.html

@@ -17,7 +17,7 @@
 
 			body {
 				margin: 0;
-				padding: 0;
+				padding: 0 0 0 260px;
 				height: 100%;
 				color: #555;
 				font-family: 'inconsolata';
@@ -33,6 +33,7 @@
 
 			#panel	{
 				position: fixed;
+				left: 0;
 				width: 260px;
 				height: 100%;
 				overflow: auto;
@@ -72,10 +73,7 @@
 
 			#viewer {
 				border: 0px;
-				margin-left: 260px;
-				width: -webkit-calc(100% - 260px);
-				width: -moz-calc(100% - 260px);
-				width: calc(100% - 260px);
+				width: 100%;
 				height: 100%;
 				overflow: auto;
 			}