Skip to content

Commit

Permalink
Space/code cleanup, add -moz-border-sizing for Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Dec 9, 2013
1 parent 31c9d0f commit 482248b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@
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;
Expand Down Expand Up @@ -59,7 +57,9 @@
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;
Expand Down

0 comments on commit 482248b

Please sign in to comment.