From 7d03b381a016fa4d2fa46288442194273419fb22 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sun, 22 Nov 2009 22:35:34 +1300 Subject: [PATCH] CSS tweaks. Also don't include classViewer - we'll try and do without. --- htdocs/davical.css | 3 ++- htdocs/davical.php | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/davical.css b/htdocs/davical.css index 741d865e..29724fea 100644 --- a/htdocs/davical.css +++ b/htdocs/davical.css @@ -57,9 +57,10 @@ font-size: 100%; background-color: #BCF; margin: 0; padding-top: 0.3em; -margin-top: 2px; +/*margin-top: 2px; margin-bottom: 0.3em; margin-left :15px; +*/ border:1px dashed #99F; } diff --git a/htdocs/davical.php b/htdocs/davical.php index 465501d8..849e9ecd 100644 --- a/htdocs/davical.php +++ b/htdocs/davical.php @@ -1,12 +1,11 @@ LoginRequired(); -param_to_global('action', '{(edit|view|browse)}', 'action'); +param_to_global('action', '{(edit|browse)}', 'action'); param_to_global('component', '{[a-z0-9-_]+}', 't'); param_to_global('id', '{[a-z0-9-_]+}', 'id');