JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed run.php .htaccess example so it'll work for directory with no filename
authorJason Woofenden <jason183@herkamire.com>
Sat, 30 Dec 2006 08:56:36 +0000 (03:56 -0500)
committerJason Woofenden <jason183@herkamire.com>
Sat, 30 Dec 2006 08:56:36 +0000 (03:56 -0500)
improved css for calendar

examples/calendar.css
run.php

index 4269b6f..67651e0 100644 (file)
@@ -24,7 +24,15 @@ div.calendar td.nonday,td.busy_day,td.busy_weekend,td.empty_day,td.empty_weekend
        font-size: 13px;
 }
 
-div.calendar a {
+div.calendar td.busy_weekend a {
+       display: block;
+       height: 100%;
+       border: 1px solid #444;
+       padding: 2px;
+       color: blue;
+}
+
+div.calendar td.busy_day a {
        display: block;
        height: 100%;
        border: 1px solid #444;
@@ -59,4 +67,4 @@ div.calendar td.empty_weekend {
 
 div.calendar td.nonday { background: #999; }
 
-div.calendar td.year { text-align: center; font-size: 16px; height: auto; }
+div.calendar td.year { background: #ddd; text-align: center; font-size: 16px; height: auto; }
diff --git a/run.php b/run.php
index d3fab6b..3a3d85a 100644 (file)
--- a/run.php
+++ b/run.php
@@ -53,6 +53,7 @@
 # http://example.com/foo/bar.html
 
 # RewriteEngine  on
+# RewriteRule    ^$  /foo/run.php
 # RewriteRule    .*\.html$  /foo/run.php
 
 function run_php($basename = false) {