website rev 735

en/search: fix google button
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 14 06:48:09 2011 +0100 (2011-01-14)
parents dc101eb7dbf6
children 48f6aaf46e92
files en/search.html
line diff
     1.1 --- a/en/search.html	Fri Jan 14 06:15:47 2011 +0100
     1.2 +++ b/en/search.html	Fri Jan 14 06:48:09 2011 +0100
     1.3 @@ -96,9 +96,12 @@
     1.4  		    -moz-border-radius: 2px;
     1.5  			-webkit-border-radius: 2px;
     1.6  			border-radius: 2px;
     1.7 -			-moz-box-shadow: 0 1px 2px #666;
     1.8 -			-webkit-box-shadow: 0 1px 2px #666;
     1.9 -			box-shadow: 0 1px 2px #666;
    1.10 +			-moz-box-shadow: 0 0 5px #666;
    1.11 +			-webkit-box-shadow: 0 0 5px#666;
    1.12 +			box-shadow: 0 0 5px #666;
    1.13 +			-moz-text-shadow: 0 0 0 #666;
    1.14 +			-webkit-text-shadow: 0 0 0 #666;
    1.15 +			text-shadow: 0 0 0 #666;
    1.16  		}
    1.17  		.gs-webResult.gs-result a.gs-title:link,
    1.18  		.gs-webResult.gs-result a.gs-title:link b {