video proxy complete

This commit is contained in:
Mark Moser
2014-09-15 21:41:16 -05:00
parent e164753ee9
commit 2add7ee700
6 changed files with 21 additions and 6 deletions

View File

@ -10,6 +10,10 @@ body {
font-size: 16px;
}
.spacer-20 { margin: 20px 0 0 0; }
.spacer-50 { margin: 50px 0 0 0; }
.spacer-100{ margin: 100px 0 0 0; }
header{
background: $dark; // url(/assets/img/bg/congruent_outline.png);
color: $offwhite;
@ -63,10 +67,15 @@ header a:hover {
color: $accent_color;
}
.poster img {
.player {
width: 100%;
margin: 50px 0;
}
.poster img {
width: 100%;
padding: 0 auto;
}
.side-links {
font-family: $accent_font;