From 31a6d124a759c6d2095606377bb6efad8e13d4d6 Mon Sep 17 00:00:00 2001 From: Alistair Jones Date: Mon, 10 Jun 2013 23:14:21 +0100 Subject: [PATCH] Move CSS into a style directory. Just for folder aesthetics. --- example.html | 6 +++--- geometry/arcs.html | 2 +- geometry/arrows.html | 2 +- geometry/bezier.html | 2 +- geometry/curves.html | 2 +- geometry/line-circle.html | 2 +- graph-editor.js | 2 +- index.html | 6 +++--- graph-diagram.css => style/graph-diagram.css | 0 graph-editor.css => style/graph-editor.css | 0 .../graph-style-bootstrap.css | 0 graph-style-chunky.css => style/graph-style-chunky.css | 0 tests.html | 4 ++-- 13 files changed, 14 insertions(+), 14 deletions(-) rename graph-diagram.css => style/graph-diagram.css (100%) rename graph-editor.css => style/graph-editor.css (100%) rename graph-style-bootstrap.css => style/graph-style-bootstrap.css (100%) rename graph-style-chunky.css => style/graph-style-chunky.css (100%) diff --git a/example.html b/example.html index 5fbdf6d..584b49e 100644 --- a/example.html +++ b/example.html @@ -3,8 +3,8 @@ - - + + Graph Diagram Example @@ -51,7 +51,7 @@

Graph Diagram Example

The approach uses SVG replacement. You write HTML, and the library replaces it with SVG. The important steps are: