pricecharts

track prices of consumer electronics
Log | Files | Refs | README

commit 7ecdaf6fcc09f025e48095870217cb94418538f1
parent 583010d816b0fb5186bc6aaac5694b9c62fc1d2c
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Fri, 24 Apr 2015 23:18:35 -0600

css: tighten this up

Diffstat:
Mpricechart.css | 15+++------------
1 file changed, 3 insertions(+), 12 deletions(-)

diff --git a/pricechart.css b/pricechart.css @@ -1,7 +1,3 @@ -.clear_both { - clear: both; -} - fieldset { border: 0px; padding: 0px; @@ -24,7 +20,6 @@ p { .column { width: 40%; padding: 0 4% 0 4%; - /* float: left; */ display: inline-block; } @@ -103,24 +98,20 @@ p { /* retailer date series */ .chart_series { fill-opacity: 0; - stroke-width: 1; + stroke-width: 2; } .chart_series:hover { - stroke-width: 2; + stroke-width: 3; } .chart_series_text { - font-size: 0.5em; + font-size: 0.6em; text-decoration: bold; } .chart_data { fill: white; - stroke-width: 1; -} - -.chart_data:hover { stroke-width: 2; }