From 19864f99bccc09ed0c087b33762f5aed5a498ddf Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Sun, 15 Apr 2012 16:05:33 +0100 Subject: [PATCH] [refactor,css][xs]: addendum to previous commit - rename flot-graph.css to graph.css. --- app/built.html | 2 +- app/index.html | 2 +- css/{graph-flot.css => graph.css} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename css/{graph-flot.css => graph.css} (100%) diff --git a/app/built.html b/app/built.html index 6a0c58e5..8f724fd5 100644 --- a/app/built.html +++ b/app/built.html @@ -12,7 +12,7 @@ - + diff --git a/app/index.html b/app/index.html index fb2a1c56..0da14de7 100644 --- a/app/index.html +++ b/app/index.html @@ -12,7 +12,7 @@ - + diff --git a/css/graph-flot.css b/css/graph.css similarity index 100% rename from css/graph-flot.css rename to css/graph.css