소스 검색

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