From 2d48bd4ca62a1f4302db675aa0af550f7191999a Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Sat, 24 Sep 2016 10:22:30 -0700 Subject: [PATCH] Remove unused styles --- modules/client/styles.css | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/modules/client/styles.css b/modules/client/styles.css index 1bc6c10..a2d3bc3 100644 --- a/modules/client/styles.css +++ b/modules/client/styles.css @@ -115,17 +115,3 @@ header nav a:visited { .about-logo img { max-width: 60%; } - -.bar-graph { - height: 200px; -} - -.bar-graph svg { - background: #eee; -} - -.y-axis line, -.x-axis line { - stroke: black; - stroke-width: 1px; -}