From 91ac124a4dbe5af87383c8271ddbeda39f9c5fdb Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Thu, 9 May 2013 11:43:50 -0700 Subject: [PATCH] add instructions --- tests/hairlines.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/hairlines.html b/tests/hairlines.html index d358578..7cf9824 100644 --- a/tests/hairlines.html +++ b/tests/hairlines.html @@ -33,9 +33,11 @@ #controls { position: absolute; left: 10px; - top: 490px; + margin-top: 420px; } + /* This style & the next show how you can customize the appearance of the + hairlines */ .hairline-info { border: 1px solid black; border-top-right-radius: 5px; @@ -60,6 +62,8 @@

Hairlines Demo

+

Click the chart to add a hairline. Drag the hairline to move it.

+