From c6ae75132f3aecceab8e4b6f95e64d990bf354f4 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 28 Oct 2014 13:33:44 +0000 Subject: [PATCH] New custom.css, removes coloured backgrounds. --- examples/htdocs/custom.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/htdocs/custom.css diff --git a/examples/htdocs/custom.css b/examples/htdocs/custom.css new file mode 100644 index 0000000..0a99dec --- /dev/null +++ b/examples/htdocs/custom.css @@ -0,0 +1,6 @@ +.mkws-termlists { + background: white; +} +.mkws-facet { + background: white; +} -- 1.7.10.4