diff options
author | Eric Bidelman | 2013-04-29 18:11:36 -0700 |
---|---|---|
committer | Eric Bidelman | 2013-04-29 18:11:36 -0700 |
commit | 3c76fb8f90b502180d09fee6ed9bbc7f9b34d8df (patch) | |
tree | 485632c101de39d9b0a87742baa7d1942eefc87e /theme/scss | |
parent | 31ea3d93f19250eef47f3345c3043c890ac31442 (diff) | |
download | io-slides-remote-3c76fb8f90b502180d09fee6ed9bbc7f9b34d8df.tar.gz |
box-sizing so hard
Diffstat (limited to 'theme/scss')
-rw-r--r-- | theme/scss/io2013.scss | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
32 | left: 0; | 32 | left: 0; |
33 | width: 100%; | 33 | width: 100%; |
34 | bottom: 0; | 34 | bottom: 0; |
35 | @include box-sizing(border-box); | ||
35 | } | 36 | } |
36 | &:after { | 37 | &:after { |
37 | background: url(../../images/google_developers_icon_128.png) no-repeat 0 0; | 38 | background: url(../../images/google_developers_icon_128.png) no-repeat 0 0; |