diff options
| -rw-r--r-- | bookmarklet/ffffallback.css | 4 | 
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; | 
