Module:Current events calendar/styles.css: Difference between revisions

Content deleted Content added
widths
add in the 6px
Line 6:
padding: 0.2em;
font-size: 88%;
line-height: 1.5em6;
border-spacing: 3px;
border: 1px solid #cedff2;
Line 31:
.current-events-calendar caption span:first-child {
float: left;
width: calc(14% + 6px);
}
 
.current-events-calendar caption span:last-child {
float: right;
width: calc(14% + 6px);
}