1
2
3
4
5
6
7
8
9
10
11
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.google.com/search") {
#center_col {margin-right:-200px !important;} /* outer */
.s {max-width:100% !important;} /* inner */
}

@-moz-document url-prefix("http://www.google.com.tw/search") {
#center_col {margin-right:-200px !important;} /* outer */
.s {max-width:100% !important;} /* inner */
}