Move the Firefox sidebar to the right
Published: January 9th, 2007
Bookmarks, History, bookmarked web pages and every other content you may have set to be displayed in the sidebar through extensions can be moved to the opposite side of your window if it better suits your browsing style.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;
}
This entry was posted
on Tuesday, January 9th, 2007 at 12:25 pm and is filed under Firefox, Tips.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.


Subscribe RSS
Subscribe email

April 21st, 2007 at 11:13 am
Works perfect.