@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

 /* reverse direction of browser box */
hbox#browser {
  direction: rtl !important;
}

 /* don't let the children inherit this change */
hbox#browser > vbox {
  direction: ltr !important;
}