website diff es/search.php @ rev 1024

de: code cleaning
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 31 22:22:36 2012 +0300 (2012-03-31)
parents 7bb8568e1c75
children a307cbe1fdc0
line diff
     1.1 --- a/es/search.php	Fri Mar 30 03:53:36 2012 +0300
     1.2 +++ b/es/search.php	Sat Mar 31 22:22:36 2012 +0300
     1.3 @@ -8,6 +8,29 @@
     1.4  	<meta name="keywords" lang="es" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
     1.5  	<meta name="author" content="Eduardo Suarez-Santana"/>
     1.6  	<?php include("../lib/html/meta-link.html"); ?>
     1.7 +	<style type="text/css">
     1.8 +		input.gsc-search-button {
     1.9 +		   	border: 1px solid #b64b22;
    1.10 +			background-color: #b64b22;
    1.11 +			color: white;
    1.12 +			font-weight: bold;
    1.13 +			cursor: pointer;
    1.14 +			padding: 2px 10px;
    1.15 +			font-size: 14px;
    1.16 +			margin-left: -4px;
    1.17 +			-webkit-border-top-right-radius: 4px;
    1.18 +			-webkit-border-bottom-right-radius: 4px;
    1.19 +			-moz-border-radius-topright: 4px;
    1.20 +			-moz-border-radius-bottomright: 4px;
    1.21 +			border-top-right-radius: 4px;
    1.22 +			border-bottom-right-radius: 4px;
    1.23 +		}
    1.24 +		.gs-webResult.gs-result a.gs-title:link,
    1.25 +		.gs-webResult.gs-result a.gs-title:link b {
    1.26 +			color: #103a5e;
    1.27 +		}
    1.28 +		#cse { margin-bottom: 120px; }
    1.29 +	</style>
    1.30  </head>
    1.31  <body>
    1.32  
    1.33 @@ -45,29 +68,6 @@
    1.34  	    customSearchControl.draw('cse', options);
    1.35  	  }, true);
    1.36  	</script>
    1.37 -	<style type="text/css">
    1.38 -		input.gsc-search-button {
    1.39 -		   	border: 1px solid #b64b22;
    1.40 -			background-color: #b64b22;
    1.41 -			color: white;
    1.42 -			font-weight: bold;
    1.43 -			cursor: pointer;
    1.44 -			padding: 2px 10px;
    1.45 -			font-size: 14px;
    1.46 -			margin-left: -4px;
    1.47 -			-webkit-border-top-right-radius: 4px;
    1.48 -			-webkit-border-bottom-right-radius: 4px;
    1.49 -			-moz-border-radius-topright: 4px;
    1.50 -			-moz-border-radius-bottomright: 4px;
    1.51 -			border-top-right-radius: 4px;
    1.52 -			border-bottom-right-radius: 4px;
    1.53 -		}
    1.54 -		.gs-webResult.gs-result a.gs-title:link,
    1.55 -		.gs-webResult.gs-result a.gs-title:link b {
    1.56 -			color: #103a5e;
    1.57 -		}
    1.58 -		#cse { margin-bottom: 120px; }
    1.59 -	</style>
    1.60  </div>
    1.61  
    1.62  <div id="cse" style="width:100%;"></div>