Co jest nie tak z tym kodem, że zamiast działać tylko na stronę z wynikami wyszukiwania Google, działa również na inne strony google, np. iGoogle? Może ktoś potrafi pomóc? Poniżej kod.
Kod:
@namespace url(http: //www.w3.org/1999/xhtml);
@-moz-document url("https: //www.google.com/search"){
}
#cnt.big{min-width:  1538px !important; background-color:  #DBDEE3 !important}
ol#rso{width:  1300px !important}
.big #bms{margin-left:  0px !important;}
.ab_wrp{border-bottom:  0px !important; height:  0px !important; position:  absolute; top:  1px !important;}
.big #ab_ctls{position:  absolute; top:  2px !important; left:  1270px !important}
.big{position:  absolute; top:  90px !important}
#ab_name, #ab_shopping{font-size:  0px !important}
#leftnav{background-color:  #D4D4FA !important; height:  900px !important; width:  180px !important}
#gbx1{height:  60px !important}
#gb{background-color:  #C8C7ED !important}
 
Kiedy zmienię na:
Kod:
@namespace url(http: //www.w3.org/1999/xhtml);
@-moz-document url("https: //www.google.com/search"){
body,
#cnt.big{min-width:  1538px !important; background-color:  #DBDEE3 !important}
ol#rso{width:  1300px !important}
.big #bms{margin-left:  0px !important;}
.ab_wrp{border-bottom:  0px !important; height:  0px !important; position:  absolute; top:  1px !important;}
.big #ab_ctls{position:  absolute; top:  2px !important; left:  1270px !important}
.big{position:  absolute; top:  90px !important}
#ab_name, #ab_shopping{font-size:  0px !important}
#leftnav{background-color:  #D4D4FA !important; height:  900px !important; width:  180px !important}
#gbx1{height:  60px !important}
#gb{background-color:  #C8C7ED !important}
}
 
To w ogóle przestaje działać 

Jeśli jest tu jakaś dobra dusza znająca ten straszny CSS, to bardzo proszę o jakąś wskazówkę.