diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-08-20 23:46:33 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-08-20 23:46:33 +0000 |
| commit | 6bb7e7e080a3c35dbe5362c0d63b6c8536153163 (patch) | |
| tree | 7e7bfaaa021f6fdfa75adf46a8c6f107623c3acc /styles | |
| parent | 5a52095e25cf0142a4e2fef4e7a15ee058a5e4ce (diff) | |
| download | calendar-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.css | 4 |
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;} |
