diff options
author | Richard Wall <richard@aziz> | 2010-04-18 14:02:34 +0100 |
---|---|---|
committer | Richard Wall <richard@aziz> | 2010-04-18 14:02:34 +0100 |
commit | b13d601d81e103377f25a890fcdeaa9c6ac81f4b (patch) | |
tree | 4f28a0aae93df31fc71c0fb95b4ce3b76d30fc48 /index.html | |
parent | 3f5e6bd8eaeba9a67cc21f13bf536562d44b756b (diff) |
a neater way to highlight disabled items in the legend
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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; |