Add chronological streak format to league table column equation generator

This commit is contained in:
Brian Miyaji
2016-12-09 15:12:07 +11:00
parent 3f6272f4b0
commit f42ee4ead9
8 changed files with 172 additions and 18 deletions

View File

@@ -417,6 +417,24 @@
font-size: 36px;
}
/* Event Form */
.sp-form-events {
text-align: left;
}
.sp-form-event-link {
display: inline-block;
text-align: center;
width: 1.5em;
margin: 0 0 0.25em;
color: #fff;
font-weight: normal;
}
.sp-form-event-link:hover {
color: #fff;
}
/* Countdowns */
.sp-template-countdown .event-name {
clear: both;