add some calendaring functions
This commit is contained in:
parent
f57f9852b1
commit
a5b80e5d56
3 changed files with 125 additions and 0 deletions
|
@ -2019,3 +2019,9 @@ a.mail-list-link {
|
|||
}
|
||||
|
||||
|
||||
.calendar {
|
||||
font-family: Courier, monospace;
|
||||
}
|
||||
.today {
|
||||
color: #FF0000;
|
||||
}
|
||||
|
|
|
@ -2065,3 +2065,11 @@ a.mail-list-link {
|
|||
.tool-link {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
.calendar {
|
||||
font-family: Courier, monospace;
|
||||
}
|
||||
.today {
|
||||
color: #FF0000;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue