Add support for HTMLCLASS special. Add CSS code for rem-today class to

highlight "today".
This commit is contained in:
David F. Skoll
2007-10-02 11:21:40 -04:00
parent 9325b3f035
commit 66ddba45af
2 changed files with 14 additions and 2 deletions

View File

@@ -28,6 +28,14 @@ td.rem-empty {
border-width: 1px;
vertical-align: top;
}
td.rem-today {
width: 14%;
height: 7em;
border-style: solid;
border-width: 2px;
border-color: #EE3333;
vertical-align: top;
}
td.rem-cell {
width: 14%;
height: 7em;