Merge pull request #656 from bgeuken/make_schedules_links

Make talks on schedules table real links
This commit is contained in:
Christian Bruckmayer 2015-06-15 22:06:33 +02:00
commit a80e3d814e
3 changed files with 31 additions and 50 deletions

View file

@ -59,3 +59,9 @@ background-image: -webkit-gradient(
.schedule-subtitle {
color: rgb(185, 74, 72);
}
a.unstyled-link {
text-decoration: none;
color: #333333;
outline: 0;
}