summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorRichard Wall <richard@aziz>2010-04-18 14:02:34 +0100
committerRichard Wall <richard@aziz>2010-04-18 14:02:34 +0100
commitb13d601d81e103377f25a890fcdeaa9c6ac81f4b (patch)
tree4f28a0aae93df31fc71c0fb95b4ce3b76d30fc48 /index.html
parent3f5e6bd8eaeba9a67cc21f13bf536562d44b756b (diff)
a neater way to highlight disabled items in the legend
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 6 insertions, 1 deletions
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;