Bug 418463 - "now that the adjacent sibling selector is updated dynamically, remove the hack from bug 393718" [p=dao@mozilla.com (Dão Gottwald) r=Mano a1.9=beltzner]

This commit is contained in:
reed@reedloden.com 2008-02-20 01:41:27 -08:00
parent f7170843b9
commit 70b37e8a57
2 changed files with 0 additions and 8 deletions

View File

@ -758,10 +758,6 @@ toolbar[iconsize="small"] #paste-button[disabled="true"] {
-moz-margin-start: -4px;
}
/*XXX The first two selectors are there because adjacent selectors aren't
working reliably (bug 229915). */
#search-container + #urlbar-container > #urlbar ,
#urlbar-container + #search-container > #searchbar > .searchbar-textbox ,
#urlbar-search-splitter + #urlbar-container > #urlbar ,
#urlbar-search-splitter + #search-container > #searchbar > .searchbar-textbox {
-moz-margin-start: 0;

View File

@ -976,10 +976,6 @@ toolbar[iconsize="small"] #paste-button:not([disabled="true"]):hover:active {
background: transparent;
}
/*XXX The first two selectors are there because adjacent selectors aren't
working reliably (bug 229915). */
#search-container + #urlbar-container > #urlbar ,
#urlbar-container + #search-container > #searchbar > .searchbar-textbox ,
#urlbar-search-splitter + #urlbar-container > #urlbar ,
#urlbar-search-splitter + #search-container > #searchbar > .searchbar-textbox {
-moz-margin-start: 0;