Remove alternate and add link color setting

This commit is contained in:
Brian Miyaji
2014-05-10 22:44:07 +10:00
parent 39a2bcffb1
commit bbf851eb94
4 changed files with 16 additions and 9 deletions

View File

@@ -151,12 +151,19 @@
margin-bottom: 4em;
}
/* Templates */
/* View all */
.sp-view-all-link {
display: block;
margin-top: 0.5em;
}
/* Alternate */
.sp-data-table tbody tr.odd,
.sp-data-table tbody tr.alternate,
.sp-calendar tbody td#today {
background: rgba(0, 0, 0, 0.02);
}
@media only screen and (max-width: 40em) {
.sp-responsive-table {
margin-bottom: 0;