Content deleted Content added
and lastly |
width 100% |
||
Line 6:
padding: 0.2em;
font-size: 88%;
line-height: 1.
border-spacing: 3px;
border: 1px solid #cedff2;
Line 14:
}
.current-events-calendar tbody a {
font-weight: bold;
width:
}
Line 31:
.current-events-calendar caption span:first-child {
float: left;
/* width of a table cell */
width: calc(14% + 6px);
}
Line 36 ⟶ 37:
.current-events-calendar caption span:last-child {
float: right;
/* width of a table cell */
width: calc(14% + 6px);
}
Line 49 ⟶ 51:
}
.current-events-calendar-footer td a {
font-weight: normal;
}
|