Space/code cleanup, add -moz-border-sizing for Firefox

This commit is contained in:
Lim Chee Aun 2013-12-09 20:52:37 +08:00
parent 31c9d0fef4
commit 482248b5ca

View File

@ -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;