Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Commit

Permalink
added session videos
Browse files Browse the repository at this point in the history
TODO: merge redundant JS between the 2 video sections
  • Loading branch information
netroy committed Jul 31, 2011
1 parent 6e862fa commit 75144e7
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 65 deletions.
8 changes: 4 additions & 4 deletions sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -629,20 +629,20 @@ hr {
color: #4c4c4c;
}

#speaker-videos {
#speaker-videos, #session-videos {
background-color: #BCEEF7;
padding-top: 20px;
}

#videos {
.videos {
padding:20px 0;
h2 {
text-align: center;
color: #383839;
}
}

#video-reel {
.video-reel {
position: relative;
padding: 20px;
background-color: rgba(0,20,30,0.3);
Expand Down Expand Up @@ -711,7 +711,7 @@ hr {
right: 0;
z-index: 10000;
background-color: rgba(255,255,255,0.7);
height: 125px;
height: 135px;
@include border-radius(0);
padding: 10px;
border-color: #FFF;
Expand Down
Loading

0 comments on commit 75144e7

Please sign in to comment.