17 lines
185 B
CSS
17 lines
185 B
CSS
.link {
|
|
padding: 5px;
|
|
background: #fff;
|
|
}
|
|
|
|
.link:nth-of-type(odd) {
|
|
background: #e7e7e7
|
|
}
|
|
|
|
.controls {
|
|
margin-bottom: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.fc-time {
|
|
display: none;
|
|
}
|