1
0
Fork 0

add some calendaring functions

This commit is contained in:
Friendika 2011-02-22 20:08:15 -08:00
commit a5b80e5d56
3 changed files with 125 additions and 0 deletions

View file

@ -2019,3 +2019,9 @@ a.mail-list-link {
}
.calendar {
font-family: Courier, monospace;
}
.today {
color: #FF0000;
}

View file

@ -2065,3 +2065,11 @@ a.mail-list-link {
.tool-link {
cursor: pointer;
}
.calendar {
font-family: Courier, monospace;
}
.today {
color: #FF0000;
}