From 361f356097d783e69ebfa29da9ce2ea48edf775b Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Mon, 29 Dec 2008 03:30:36 +0000 Subject: tweak bump rc version --- templates/red/default.css | 6 +++--- templates/red/event.tpl | 7 +++++-- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'templates') diff --git a/templates/red/default.css b/templates/red/default.css index 931460b..c0779fb 100644 --- a/templates/red/default.css +++ b/templates/red/default.css @@ -83,10 +83,10 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;} /* Link colors and attributes */ /* This is the main link style */ a.psf { text-decoration: none; } -a.psf:link { color: #a01010; } -a.psf:visited { color: #a01010; } +a.psf:link { color: #FF9999; } +a.psf:visited { color: #FF9999; } a.psf:active { color: #3366CC; } -a.psf:hover { color: #000099; text-decoration: underline; } +a.psf:hover { color: #FF0099; text-decoration: underline; } /* This is the link style for the mini-cals */ a.ps2 { text-decoration: underline; } diff --git a/templates/red/event.tpl b/templates/red/event.tpl index 43c2db2..b0a9a7f 100644 --- a/templates/red/event.tpl +++ b/templates/red/event.tpl @@ -15,9 +15,9 @@
-

{EVENT_TEXT} - ({EVENT_TIMES})

+

{L_SUMMARY}:{EVENT_TEXT} - ({EVENT_TIMES})

-

{DESCRIPTION}

+

{L_DESCRIPTION}:{DESCRIPTION}

@@ -32,6 +32,9 @@ {L_LOCATION}: {LOCATION}
+ + {L_URL}: {URL}
+

-- cgit v1.2.3