I want to move my firefox sidebar to the right. Here's the instructions from mozillalinks:
You will need to open userChrome.css file located in your profile folder, or create a new one by renaming userChrome-example.css. Then add these lines:
/* Display the sidebar in opposite side */
#browser {
-moz-box-direction: reverse;
}
That sucks
(
Read more... )