summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Brewer2011-04-04 17:35:56 -0700
committerJosh Brewer2011-04-04 17:35:56 -0700
commit130adca3d9aff23e8ba2e36b1ac23cfb1968432b (patch)
tree717a7824674fab64966eb86f0a823b498f6d72c0
parent026fcb032b5465dd880d0214795e4170c065eb8b (diff)
downloadffffallback-130adca3d9aff23e8ba2e36b1ac23cfb1968432b.tar.bz2
animation direction change
-rw-r--r--bookmarklet/ffffallback.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/bookmarklet/ffffallback.css b/bookmarklet/ffffallback.css
index a39f7d4..9d4d193 100644
--- a/bookmarklet/ffffallback.css
+++ b/bookmarklet/ffffallback.css
@@ -22,8 +22,8 @@
}
#ffffallback-controller .expanded .ffffallback-disclosure span{
- -moz-transform: rotate(-180deg);
- -webkit-transform:rotate(-180deg);
+ -moz-transform: rotate(180deg);
+ -webkit-transform:rotate(180deg);
text-shadow:rgba(0,0,0,0.8) 0 1px 0;
position:relative;
top:6px;