commit 791352957a81ad624690d7f979cb0c2b6b2bc8c2
parent 31735778b01576106b05f2c3f0c0b0283836cafa
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Tue,  5 May 2015 00:13:48 -0600
css: rename
Diffstat:
4 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
@@ -12,7 +12,7 @@ DEV_BIN =	/home/kyle/src/pricesloth
 BINS =		ps_html ps_fcgi price_scraper product_scraper
 # WARNING stupid idiom used below if adding > 1 item to LIBS!!
 LIBS =		PriceChart.pm
-HTML =		tt logo pricechart.css pricesloth.jpg
+HTML =		tt logo pricesloth.css pricesloth.jpg
 
 install:
 	cp $(BINS) $(USR_BIN)/
diff --git a/pricechart.css b/pricesloth.css
diff --git a/ps_html b/ps_html
@@ -313,7 +313,7 @@ sub make_svg
 	my $defs = $svg->defs();
 	my ($x_scale, $y_scale) = ($center / $domain, $middle / $range);
 
-	$defs->tag("link", href => "/pricechart.css", type => "text/css",
+	$defs->tag("link", href => "/pricesloth.css", type => "text/css",
 		rel => "stylesheet", xmlns => "http://www.w3.org/1999/xhtml");
 
 	# make price labels along right side and lines across chart
diff --git a/tt/wrapper.tt b/tt/wrapper.tt
@@ -4,7 +4,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 	<meta name="viewport" content="width=device-width" />
 	<title>PriceSloth</title>
-	<link rel="stylesheet" type="text/css" href="/pricechart.css" />
+	<link rel="stylesheet" type="text/css" href="/pricesloth.css" />
 	<link rel="icon" type="image/jpeg" href="/pricesloth.jpg">
 </head>
 <body>