From a45344cab636b66646e54fd7fbe4ac9a19996dae Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 8 Apr 2016 20:28:44 +0200 Subject: highlight medv; fix SVG height --- index.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'index.css') diff --git a/index.css b/index.css index 3994932..d102771 100644 --- a/index.css +++ b/index.css @@ -44,6 +44,9 @@ table.center { padding-left: 1em !important; padding-right: 1em !important; } +#boston-example .table-highlight { + background-color: #82B1FF; +} .hidden { display: none; -- cgit v1.3.1