Coalesce all of the CSS for table.rem-cal into one block

Reported by Ian! D. Allen
This commit is contained in:
Dianne Skoll
2021-12-15 12:05:53 -05:00
parent 386f36c3ae
commit 0b43099621

View File

@@ -1,6 +1,8 @@
table.rem-cal {
font-family: helvetica, arial, sans-serif;
font-size: 12pt;
width: 100%;
border-collapse: collapse;
}
table.rem-sc-table {
@@ -37,11 +39,6 @@ td.rem-today {
vertical-align: top;
}
table.rem-cal {
width: 100%;
border-collapse: collapse;
}
div.rem-daynumber {
float: right;
text-align: right;