From 482248b5ca7c5481e7a380ba461b41c1d16c5a05 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 9 Dec 2013 20:52:37 +0800 Subject: [PATCH] Space/code cleanup, add -moz-border-sizing for Firefox --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 92ab64c..900adb9 100644 --- a/index.html +++ b/index.html @@ -12,12 +12,10 @@ html{ cursor: grab; } html{ - height: 100%; -} -body, #life section.year { - min-height: 100%; + height: 100%; } body{ + min-height: 100%; color: #fff; background-color: #384047; margin: 0; @@ -59,7 +57,9 @@ h1{ padding-bottom: 5em; } #life section.year{ + min-height: 100%; box-sizing: border-box; + -moz-box-sizing: border-box; border-left: 1px dashed rgba(255,255,255,.1); color: rgba(255,255,255,.3); position: absolute;