overview and series title in series list is now click-able,

use backbone navigation to bring up episode page instead of page reload.
This commit is contained in:
kay.one 2013-04-22 21:55:08 -07:00 committed by Keivan Beigi
commit 662ad28cc6
6 changed files with 100 additions and 69 deletions

View file

@ -1,9 +1,17 @@
.series-item {
padding-bottom: 20px;
padding-bottom: 30px;
:hover {
text-decoration: none;
}
h2 {
margin-top: 0px;
}
a{
color: #000000;
}
}
.series-posters {