浏览代码

added #container{} & html,body{}

elron 13 年之前
父节点
当前提交
b2e6e5e2d3
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      library/less/_base.less

+ 4 - 0
library/less/_base.less

@@ -34,6 +34,9 @@ and will be used across all viewports.
 01. GENERAL STYLES
 *********************/
 
+html, body {
+	/* height: 100%; */
+}
 body {
 	font-family: @serif;
 	font-size: 100%;
@@ -90,6 +93,7 @@ body {
 	width: 96%;
 	margin: 0 auto;
 }
+#container {}
 
 /*********************
 04. LINK STYLES