website diff ru/search.php @ rev 1019

a lot of small improvements, code cleaning etc.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 31 17:05:27 2012 +0300 (2012-03-31)
parents 7bb8568e1c75
children 1290786561fd
line diff
     1.1 --- a/ru/search.php	Fri Mar 30 03:53:36 2012 +0300
     1.2 +++ b/ru/search.php	Sat Mar 31 17:05:27 2012 +0300
     1.3 @@ -1,5 +1,5 @@
     1.4  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     1.5 -    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.6 +	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.7  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru">
     1.8  <head>
     1.9  	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    1.10 @@ -42,29 +42,6 @@
    1.11  	    customSearchControl.draw('cse', options);
    1.12  	  }, true);
    1.13  	</script>
    1.14 -	<style type="text/css">
    1.15 -		input.gsc-search-button {
    1.16 -			border: 1px solid #b64b22;
    1.17 -			background-color: #b64b22;
    1.18 -			color: white;
    1.19 -			font-weight: bold;
    1.20 -			cursor: pointer;
    1.21 -			padding: 2px 10px;
    1.22 -			font-size: 14px;
    1.23 -			margin-left: -4px;
    1.24 -			-webkit-border-top-right-radius: 4px;
    1.25 -			-webkit-border-bottom-right-radius: 4px;
    1.26 -			-moz-border-radius-topright: 4px;
    1.27 -			-moz-border-radius-bottomright: 4px;
    1.28 -			border-top-right-radius: 4px;
    1.29 -			border-bottom-right-radius: 4px;
    1.30 -		}
    1.31 -		.gs-webResult.gs-result a.gs-title:link,
    1.32 -		.gs-webResult.gs-result a.gs-title:link b {
    1.33 -			color: #103a5e;
    1.34 -		}
    1.35 -		#cse { margin-bottom: 120px; }
    1.36 -	</style>
    1.37  </div>
    1.38  
    1.39  <div id="cse" style="width:100%;"></div>