Explorar o código

Merge pull request #276 from elron/patch-15

added #container{} & html,body{} to _base.less
Eddie Machado %!s(int64=13) %!d(string=hai) anos
pai
achega
dcc72029ab
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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