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 --- theme/css/default.css | 2 +- theme/sass/default.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'theme') 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