# HG changeset patch # User veltr # Date 1350303591 -7200 # Node ID dfdefb4dae2c0501deed25f670cf1e939508b686 # Parent 3a5423828487296e9d4d90d4e039bbe3102a0821 Added test streamgraph with random data diff -r 3a5423828487 -r dfdefb4dae2c integration/css/style.css --- a/integration/css/style.css Wed Oct 10 18:25:05 2012 +0200 +++ b/integration/css/style.css Mon Oct 15 14:19:51 2012 +0200 @@ -776,8 +776,12 @@ } /* FRISE */ -div.frise{ - background: url(../img/frise-bg.jpg); +div.frise { + position: relative; +} +div.streamgraph { + position: absolute; left: 0; width: 100%; top: 0; height: 100%; + background: #fff; } div.frise .ui-slider-horizontal { height: 114px; diff -r 3a5423828487 -r dfdefb4dae2c integration/home.html --- a/integration/home.html Wed Oct 10 18:25:05 2012 +0200 +++ b/integration/home.html Mon Oct 15 14:19:51 2012 +0200 @@ -129,6 +129,7 @@