Skip to content

Commit

Permalink
Merge pull request #101 from rails-decal/mark-fix-reveal-slides
Browse files Browse the repository at this point in the history
Fix reveal slides for lectures
  • Loading branch information
negativetwelve committed Sep 2, 2014
2 parents 8ca6d58 + 445b650 commit d3414b1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/assets/stylesheets/lectures.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,15 @@
@import "mixins";
@import "colors";
@import "config";

@import "main";
@import "buttons";

@import "navbar";

.page-container {
.content-container {
height: 100%;
}
}

0 comments on commit d3414b1

Please sign in to comment.