Skip to content

Commit

Permalink
Extend dividers to bottom of page
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyjshaw committed Dec 9, 2013
1 parent 2b75452 commit 669c5b5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index.html
Expand Up @@ -8,6 +8,12 @@
*{
font-family: Open Sans, Helvetica, Arial, sans-serif;
}
html{
height: 100%;
}
body, #life section.year {
min-height: 100%;
}
body{
color: #fff;
background-color: #384047;
Expand Down Expand Up @@ -257,7 +263,7 @@ <h1 id="title">Life</h1>
}
d.text = d.text.replace(link[0], "<a href='" + link[2] + "'" + link_attr + ">" + link[1] + "</a>");
}

return '<div class="event" style="margin-left: ' + offset.toFixed(2) + 'px">'
+ '<div class="time" style="width: ' + width.toFixed(2) + 'px"></div>'
+ '<b>' + d.time.title + '</b> ' + d.text + '&nbsp;&nbsp;'
Expand Down

0 comments on commit 669c5b5

Please sign in to comment.