Skip to content

Commit a3ba8d0

Browse files
committed
Plot the run times
1 parent abb4f2f commit a3ba8d0

2 files changed

Lines changed: 212 additions & 86 deletions

File tree

fatline/intersectStudy.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
body { height: 100%; overflow: auto; }
1212
#container { display: block; width: 1000px; margin: 0 auto 50px; }
1313
h1, h3 { font-family: 'Helvetica Neue'; font-weight: 300; margin: 50px 0 20px; }
14-
footer{display: block; width: 1000px; height: 100px; margin: 30px auto; color: #999; }
14+
footer{display: block; width: 1000px; margin: 30px auto; color: #999; }
1515
footer p, footer a { font-family: 'Helvetica Neue'; font-style: italic; font-weight: 300; }
16-
canvas { cursor: crosshair; width: 100%; height: 220px; margin: 5px 0;}
16+
canvas { cursor: crosshair; width: 100%; height: 220px; margin: 5px 0;} canvas.big { height: 400px;}
1717
footer ul{ list-style: none; padding: 0; } footer ul li p, footer ul li a{ font-style: normal; }
1818
footer ul li a{ margin-left: 2em; }
1919
footer ul li.caption p {font-weight: bold; opacity: 0.6; }

0 commit comments

Comments
 (0)