Finished initial implementation of songs and services page.

This commit is contained in:
Jonathan Bernard
2015-03-17 19:46:50 -05:00
parent 29f00f806b
commit 5bcd4d91c3
6 changed files with 53 additions and 75 deletions

View File

@ -48,4 +48,10 @@ header {
}
} } } }
th { font-family: "Roboto Condensed"; }
table {
th { font-family: "Roboto Condensed"; }
td a {
color: $dark;
display: block;
text-decoration: none; } }