From 92c40097f503341bc53531743ee5419838ef7d2b Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Sun, 18 Apr 2010 08:11:34 +0100 Subject: a thinner graph border --- index.html | 17 +++++++++++++---- jrrd.js | 3 +++ 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 714b85c..b3aff2e 100644 --- a/index.html +++ b/index.html @@ -14,10 +14,9 @@ } .range-preview { - width: 700px; + width: 800px; height:50px; margin: 0 auto 0 auto; - left: 50px; position: relative; } @@ -26,8 +25,12 @@ height:200px; margin: 50px auto 50px auto; } + + .chart canvas { + } + .tickLabel { - width:100px; + width:50px; overflow:hidden; } @@ -44,8 +47,14 @@