support channels with dlna

This commit is contained in:
Luke Pulverenti 2014-07-29 23:31:35 -04:00
parent b89707f7b9
commit 27cc543b5f
13 changed files with 20 additions and 34 deletions

View file

@ -379,7 +379,7 @@ a.itemTag:hover {
.itemBackdrop {
background-size: cover;
background-position: center 13%;
background-position: center 15%;
background-repeat: no-repeat;
height: 600px;
position: relative;
@ -664,13 +664,6 @@ a.itemTag:hover {
}
}
@media all and (min-width: 1000px) {
.itemBackdrop {
background-size: 100% auto;
}
}
@media all and (min-width: 750px) {
.detailPageContent {
max-width: 900px;

View file

@ -432,7 +432,7 @@ h1 .imageLink {
}
.content-primary {
padding: 80px 0 3em 0;
padding: 80px 15px 3em 0;
margin: 0 0 0 260px;
}