diff options
-rw-r--r-- | template.html | 2 | ||||
-rw-r--r-- | theme/css/default.css | 2 | ||||
-rw-r--r-- | theme/sass/default.scss | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/template.html b/template.html index aa5ae3f..880ea7b 100644 --- a/template.html +++ b/template.html | |||
@@ -178,7 +178,7 @@ function helloWorld(world) { | |||
178 | <slide class="thank-you-slide segue nobackground"> | 178 | <slide class="thank-you-slide segue nobackground"> |
179 | <aside class="gdbar right"><img src="images/google_developers_icon_128.png"></aside> | 179 | <aside class="gdbar right"><img src="images/google_developers_icon_128.png"></aside> |
180 | <article class="flexbox vleft auto-fadein"> | 180 | <article class="flexbox vleft auto-fadein"> |
181 | <h2><Thanks You!></h2> | 181 | <h2><Thank You!></h2> |
182 | <p>Important contact information goes here.</p> | 182 | <p>Important contact information goes here.</p> |
183 | </article> | 183 | </article> |
184 | <p class="auto-fadein"> | 184 | <p class="auto-fadein"> |
diff --git a/theme/css/default.css b/theme/css/default.css index 88ea9a9..276c29e 100644 --- a/theme/css/default.css +++ b/theme/css/default.css | |||
@@ -1105,7 +1105,7 @@ aside.gdbar.right img { | |||
1105 | } | 1105 | } |
1106 | /* line 669, ../sass/default.scss */ | 1106 | /* line 669, ../sass/default.scss */ |
1107 | aside.gdbar.bottom { | 1107 | aside.gdbar.bottom { |
1108 | left: -moz-initial; | 1108 | top: -moz-initial; |
1109 | top: initial; | 1109 | top: initial; |
1110 | bottom: 60px; | 1110 | bottom: 60px; |
1111 | } | 1111 | } |
diff --git a/theme/sass/default.scss b/theme/sass/default.scss index 912af01..e583d5d 100644 --- a/theme/sass/default.scss +++ b/theme/sass/default.scss | |||
@@ -667,7 +667,7 @@ aside.gdbar { | |||
667 | } | 667 | } |
668 | 668 | ||
669 | &.bottom { | 669 | &.bottom { |
670 | left: -moz-initial; | 670 | top: -moz-initial; |
671 | top: initial; | 671 | top: initial; |
672 | bottom: $slide-left-right-padding; | 672 | bottom: $slide-left-right-padding; |
673 | } | 673 | } |