From 328eed4d0b86de924339ce865baa7c5d508031fd Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Mon, 8 Apr 2013 13:02:21 -0700 Subject: Removing IO branding --- theme/css/default.css | 11 +++-------- theme/scss/default.scss | 4 ++-- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/theme/css/default.css b/theme/css/default.css index 58e3ea0..e7668f6 100644 --- a/theme/css/default.css +++ b/theme/css/default.css @@ -241,7 +241,7 @@ body { /* line 98, ../scss/default.scss */ slides > slide { display: none; - font-family: "Open Sans", Arial, sans-serif; + font-family: 'Open Sans', Arial, sans-serif; font-size: 26px; color: #797979; width: 900px; @@ -326,11 +326,6 @@ slides > slide:not(.nobackground):after { /* line 194, ../scss/default.scss */ slides > slide.title-slide:after { content: ''; - background: url(../../images/io2012_logo.png) no-repeat 100% 50%; - -webkit-background-size: contain; - -moz-background-size: contain; - -o-background-size: contain; - background-size: contain; position: absolute; bottom: 40px; right: 40px; @@ -531,7 +526,7 @@ ul ul { /* line 373, ../scss/default.scss */ pre { - font-family: "Source Code Pro", "Courier New", monospace; + font-family: 'Source Code Pro', 'Courier New', monospace; font-size: 20px; line-height: 28px; padding: 10px 0 10px 60px; @@ -567,7 +562,7 @@ pre[data-lang="go"] { /* line 404, ../scss/default.scss */ code { font-size: 95%; - font-family: "Source Code Pro", "Courier New", monospace; + font-family: 'Source Code Pro', 'Courier New', monospace; color: black; } diff --git a/theme/scss/default.scss b/theme/scss/default.scss index 77a3f87..f1e9816 100644 --- a/theme/scss/default.scss +++ b/theme/scss/default.scss @@ -193,8 +193,8 @@ slides > slide { &.title-slide { &:after { content: ''; - background: url(../../images/io2012_logo.png) no-repeat 100% 50%; - @include background-size(contain); + //background: url(../../images/io2012_logo.png) no-repeat 100% 50%; + //@include background-size(contain); position: absolute; bottom: $slide-top-bottom-padding; right: $slide-top-bottom-padding; -- cgit v1.2.3