2011/06/28

Move Firefox Sidebars to Right-hand Side

Open userChrome.css and append following texts

hbox#browser { direction: rtl; } hbox#browser > vbox { direction: ltr; }