Merge branch 'vertical-stretch' of github.com:rileyjshaw/life into rileyjshaw-vertical-stretch

This commit is contained in:
Lim Chee Aun 2013-12-09 20:45:06 +08:00
commit 31c9d0fef4

View File

@ -11,6 +11,12 @@ html{
cursor: -moz-grab;
cursor: grab;
}
html{
height: 100%;
}
body, #life section.year {
min-height: 100%;
}
body{
color: #fff;
background-color: #384047;