link-share/public/custom.css

18 lines
185 B
CSS
Raw Normal View History

2015-07-21 10:33:31 -04:00
.link {
padding: 5px;
background: #fff;
}
.link:nth-of-type(odd) {
background: #e7e7e7
}
.controls {
margin-bottom: 10px;
margin-top: 10px;
}
.fc-time {
display: none;
}