Merge branch 'develop'

This commit is contained in:
Mark McDowall 2014-05-27 00:23:21 -07:00
commit cf366cd67b
1 changed files with 8 additions and 0 deletions

View File

@ -21,6 +21,14 @@
.episode-title-cell {
.text-overflow();
color: #428bca;
text-decoration: none;
&.focus, &.hover {
color: #2a6496;
text-decoration: underline;
}
@media @lg {
max-width: 350px;
}