Extend dividers to bottom of page

This commit is contained in:
Riley Shaw 2013-12-08 19:31:22 -05:00
parent 2b75452d54
commit 669c5b56be

View File

@ -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;
@ -257,7 +263,7 @@ 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;'