From 3c76fb8f90b502180d09fee6ed9bbc7f9b34d8df Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Mon, 29 Apr 2013 18:11:36 -0700 Subject: box-sizing so hard --- theme/scss/io2013.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'theme/scss/io2013.scss') diff --git a/theme/scss/io2013.scss b/theme/scss/io2013.scss index 1bab7b0..564caea 100644 --- a/theme/scss/io2013.scss +++ b/theme/scss/io2013.scss @@ -32,6 +32,7 @@ slides > slide { left: 0; width: 100%; bottom: 0; + @include box-sizing(border-box); } &:after { background: url(../../images/google_developers_icon_128.png) no-repeat 0 0; -- cgit v1.2.3