From 543f4140ed7efa3d493e997ac6b5aa62d557706c Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Mon, 29 Apr 2013 22:30:29 -0700 Subject: Revert "Adding bottom grey footer" This reverts commit 31ea3d93f19250eef47f3345c3043c890ac31442. --- theme/scss/io2013.scss | 39 --------------------------------------- 1 file changed, 39 deletions(-) (limited to 'theme/scss/io2013.scss') diff --git a/theme/scss/io2013.scss b/theme/scss/io2013.scss index 1bab7b0..c728cfb 100644 --- a/theme/scss/io2013.scss +++ b/theme/scss/io2013.scss @@ -1,5 +1,4 @@ @import "compass/css3/background-size"; -@import "compass/css3/box-sizing"; @import "variables"; @@ -20,31 +19,6 @@ q, blockquote { slides > slide { color: $gray-4; - - $grayBarHeight: 90px; - - // Grey bottom bar. - &:not(.nobackground) { - &:before { - background: none; - background-color: $gray-1; - height: $grayBarHeight; - left: 0; - width: 100%; - bottom: 0; - } - &:after { - background: url(../../images/google_developers_icon_128.png) no-repeat 0 0; - @include background-size($brand-small-icon-size); - background-position: $slide-left-right-padding 50%; - left: 0; - bottom: $grayBarHeight; - width: 100%; - @include box-sizing(border-box); - text-align: right; - padding-right: $slide-left-right-padding; - } - } &.title-slide { &:after { @@ -74,17 +48,4 @@ slides > slide { } } } - - .source { - bottom: $grayBarHeight + 40; - } - - > article:only-child { - height: 88% - } - - > article:only-child > iframe { - height: 100%; - } - } \ No newline at end of file -- cgit v1.2.3