From b13d601d81e103377f25a890fcdeaa9c6ac81f4b Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Sun, 18 Apr 2010 14:02:34 +0100 Subject: a neater way to highlight disabled items in the legend --- index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index 3d37aa2..5a56fd8 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,8 @@ h2 { width: 750px; padding: 0 0 0 50px; - margin: 10px auto 5px auto; + margin: 20px auto 5px auto; + font-size: 14px; } .loading { @@ -50,6 +51,10 @@ cursor: pointer; } + .legend .disabled { + text-decoration: line-through; + } + input[type=checkbox] { margin: 0; padding: 0; -- cgit v1.2.3