Firefox:把侧边栏放到右边
Mozilla中文Wiki
您的位置: 首页 → userChrome.css专题 → 把侧边栏放到右边
#main-window > hbox { direction:rtl;}
#main-window > hbox > * { direction:ltr;}
Mozilla中文Wiki
您的位置: 首页 → userChrome.css专题 → 把侧边栏放到右边
#main-window > hbox { direction:rtl;}
#main-window > hbox > * { direction:ltr;}