From 4cbe5157913a54b4214667987489ac1d9e25ae89 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 23 Oct 2008 00:28:04 +0200 Subject: added history support --- dudle.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dudle.css') diff --git a/dudle.css b/dudle.css index 0a206df..826c2f3 100644 --- a/dudle.css +++ b/dudle.css @@ -5,6 +5,14 @@ td.undecided { background-color:#DDD;color:#666 } td.name { text-align:right; } +input.historynavi{ + border-width: 0px; + border-style: none; + padding: 0px; + cursor: pointer; + background-color: white; + color: blue; +} input.navigation, input.disabled, input.choosen, input.notchoosen { border-width: 1px; border-style: solid; -- cgit v1.2.3