summaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-08-20 23:46:33 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-08-20 23:46:33 +0000
commit6bb7e7e080a3c35dbe5362c0d63b6c8536153163 (patch)
tree7e7bfaaa021f6fdfa75adf46a8c6f107623c3acc /styles
parent5a52095e25cf0142a4e2fef4e7a15ee058a5e4ce (diff)
downloadcalendar-6bb7e7e080a3c35dbe5362c0d63b6c8536153163.tar.gz
calendar-6bb7e7e080a3c35dbe5362c0d63b6c8536153163.tar.bz2
calendar-6bb7e7e080a3c35dbe5362c0d63b6c8536153163.zip
tonnes of changes
move calendar building stuff to Calendar class and use a different method - kills daylight savings bug prepare for custom time interval setting prepare for custom day range settings
Diffstat (limited to 'styles')
-rw-r--r--styles/plain.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/styles/plain.css b/styles/plain.css
index a0fba8c..1cbae51 100644
--- a/styles/plain.css
+++ b/styles/plain.css
@@ -1,7 +1,7 @@
/* simple file to apply background colours to various content types */
/* .cal is the class that can be used for all of these collectively */
-.cal {border-bottom:1px solid #aaa;}
-.cal a {display:block;}
+.calday div {border-bottom:1px solid #aaa;}
+.calday div a {display:block;}
/* now for the individual content type settings */
.calbitblog {background:#feb;}