aboutsummaryrefslogtreecommitdiff
path: root/dudle.css
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-24 17:32:09 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-24 17:32:09 +0100
commit5af384f16d8a46930e8a8ec869f9ce28d12b9801 (patch)
tree2322e17d4ce3376d2e3df19d03ea7d57992e3b54 /dudle.css
parent10e45339e3ce35b4310a0743d490e9a43965c1f9 (diff)
make the whole name clickable instead of only the edit symbol
Diffstat (limited to '')
-rw-r--r--dudle.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/dudle.css b/dudle.css
index 221e186..86f20be 100644
--- a/dudle.css
+++ b/dudle.css
@@ -46,7 +46,10 @@ td.name {
background-color:#A00;
}
-span.edituser a{ text-decoration: none }
+td.name a,td.name a:visited {
+ text-decoration: none;
+ color: black;
+}
th.weekday{
width: 2.5em;