From faef1db645917c394fc9584cb82d14e168bcb36f Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Mon, 9 Apr 2012 15:43:18 -0700 Subject: Fix for FF --- template.html | 2 +- theme/css/default.css | 2 +- 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) {
-

<Thanks You!>

+

<Thank You!>

Important contact information goes here.

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 { } /* line 669, ../sass/default.scss */ aside.gdbar.bottom { - left: -moz-initial; + top: -moz-initial; top: initial; bottom: 60px; } 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 { } &.bottom { - left: -moz-initial; + top: -moz-initial; top: initial; bottom: $slide-left-right-padding; } -- cgit v1.2.3