From: Don Armstrong Date: Mon, 4 Dec 2006 10:51:24 +0000 (+0000) Subject: update user chrome for 2.0 suckage X-Git-Url: https://git.donarmstrong.com/?p=x_full.git;a=commitdiff_plain;h=1c4c5cca83491ec02329fc3801be472a01bf91b6 update user chrome for 2.0 suckage --- diff --git a/.mozilla/firefox/default/chrome/userChrome.css b/.mozilla/firefox/default/chrome/userChrome.css index ea5edd8..92b1b3c 100644 --- a/.mozilla/firefox/default/chrome/userChrome.css +++ b/.mozilla/firefox/default/chrome/userChrome.css @@ -1,30 +1,30 @@ /* display at the right edge ------------------------------------------------ */ - -#content > tabbox { - -moz-box-orient: horizontal; -} -#content > tabbox { - -moz-box-direction: reverse; -} -.tabbrowser-strip { - -moz-box-orient: vertical; - overflow: -moz-scrollbars-none; -} -.tabbrowser-tabs { - -moz-box-orient: horizontal; - min-width: 17ex; - -mox-box-pack: start; - -moz-box-align: start; -} -.tabbrowser-tabs > hbox { - -moz-box-orient: vertical; - -moz-box-align: stretch; - -moz-box-pack: start; -} -.tabbrowser-tabs > hbox > tab { - -moz-box-align: start; - -moz-box-orient: horizontal; -} -.tabbrowser-tabs > stack { - display: none; -} +// +// #content > tabbox { +// -moz-box-orient: horizontal; +// } +// #content > tabbox { +// -moz-box-direction: reverse; +// } +// .tabbrowser-strip { +// -moz-box-orient: vertical; +// overflow: -moz-scrollbars-none; +// } +// .tabbrowser-tabs { +// -moz-box-orient: horizontal; +// min-width: 17ex; +// -mox-box-pack: start; +// -moz-box-align: start; +// } +// .tabbrowser-tabs > hbox { +// -moz-box-orient: vertical; +// -moz-box-align: stretch; +// -moz-box-pack: start; +// } +// .tabbrowser-tabs > hbox > tab { +// -moz-box-align: start; +// -moz-box-orient: horizontal; +// } +// .tabbrowser-tabs > stack { +// display: none; +// }