Skip to content

Commit

Permalink
replaced deleted index file for chapter 5
Browse files Browse the repository at this point in the history
fixed some layout issues too.
  • Loading branch information
docluv committed May 19, 2015
1 parent 2baed15 commit 133f232
Show file tree
Hide file tree
Showing 3 changed files with 318 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
list-style-type: none;
margin: 10px;
width: 80px;
float: left;
overflow: hidden;
background: transparent;
text-align: center;
height: 160px;
}

.movie-grid-poster {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.x-scroller-wrapper, .y-scroller-wrapper {
-ms-overflow-style: -ms-autohiding-scrollbar;
-webkit-overflow-scrolling: touch;
-moz-overflow-scrolling:touch;
overflow-scrolling:touch;
-moz-overflow-scrolling: touch;
overflow-scrolling: touch;
overflow-style: none;
-ms-scroll-chaining: none;
-ms-scroll-snap-type: proximity;
-ms-scroll-translation: vertical-to-horizontal;
-ms-scroll-translation: vertical-to-horizontal;
overflow: auto;
overflow-y: scroll;
overflow-x: hidden;
Expand Down Expand Up @@ -43,5 +43,15 @@
width: 100%;
padding-right: 0;
height: 100%;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
position: absolute;
}

.panel-selector{
display:none;
}

}
Loading

0 comments on commit 133f232

Please sign in to comment.