aboutsummaryrefslogtreecommitdiff
path: root/theme/sass
diff options
context:
space:
mode:
authorEric Bidelman2012-04-09 15:43:18 -0700
committerEric Bidelman2012-04-09 15:43:18 -0700
commitfaef1db645917c394fc9584cb82d14e168bcb36f (patch)
tree5ab67f55a9c97c57563c0c02b35f329c06b321f1 /theme/sass
parent6335dc2b57cd27541024c29f6815b9247e4abd38 (diff)
downloadio-slides-remote-faef1db645917c394fc9584cb82d14e168bcb36f.tar.gz
Fix for FF
Diffstat (limited to 'theme/sass')
-rw-r--r--theme/sass/default.scss2
1 files changed, 1 insertions, 1 deletions
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 }