From babfbaaccff374a7daadaf858add6b18a1c33d8a Mon Sep 17 00:00:00 2001 From: piro Date: Fri, 25 Jun 2010 16:32:58 +0000 Subject: [PATCH] typo git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6721 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- skin/classic/treestyletab/twisty/twisty.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/skin/classic/treestyletab/twisty/twisty.css b/skin/classic/treestyletab/twisty/twisty.css index 77b80680..5d0a38a4 100644 --- a/skin/classic/treestyletab/twisty/twisty.css +++ b/skin/classic/treestyletab/twisty/twisty.css @@ -1,6 +1,6 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -.treestyle-tab:not([pinned="true"]) +.tabbrowser-tab:not([pinned="true"]) .treestyletab-twisty-container { margin: 0 3px 0 -3px; -moz-box-pack: start; @@ -9,31 +9,31 @@ } .tabbrowser-tabs[treestyletab-tab-contents-inverted="true"] - .treestyle-tab:not([pinned="true"]) + .tabbrowser-tab:not([pinned="true"]) .treestyletab-twisty-container { margin: 0 -3px 0 3px; } .tabbrowser-tabs[treestyletab-twisty-style^="modern"] - .treestyle-tab:not([pinned="true"]) + .tabbrowser-tab:not([pinned="true"]) .treestyletab-twisty-container, .tabbrowser-tabs[treestyletab-twisty-style^="osx"] - .treestyle-tab:not([pinned="true"]) + .tabbrowser-tab:not([pinned="true"]) .treestyletab-twisty-container { position: relative; margin: 0 14px 0 -14px; } .tabbrowser-tabs[treestyletab-twisty-style^="modern"][treestyletab-tab-contents-inverted="true"] - .treestyle-tab:not([pinned="true"]) + .tabbrowser-tab:not([pinned="true"]) .treestyletab-twisty-container, .tabbrowser-tabs[treestyletab-twisty-style^="osx"][treestyletab-tab-contents-inverted="true"] - .treestyle-tab:not([pinned="true"]) + .tabbrowser-tab:not([pinned="true"]) .treestyletab-twisty-container { margin: 0 -14px 0 14px; } .tabbrowser-tabs[treestyletab-twisty-style="retro"][treestyletab-mode="horizontal"] - .treestyle-tab:not([pinned="true"]) + .tabbrowser-tab:not([pinned="true"]) .treestyletab-twisty-container { position: relative; margin: 0 16px 0 -16px;