Compare commits
	
		
			3 Commits
		
	
	
		
			454d548ce7
			...
			a2fb6b1f6a
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						a2fb6b1f6a
	
				 | 
					
					
						|||
| 
						
						
							
						
						5e48d9e064
	
				 | 
					
					
						|||
| 
						
						
							
						
						023c041706
	
				 | 
					
					
						
@@ -573,7 +573,7 @@ fieldset > table td input[type="radio"] {
 | 
			
		||||
	margin-bottom: 0.5rem;
 | 
			
		||||
}
 | 
			
		||||
#search form {
 | 
			
		||||
	flex: 1 1 auto
 | 
			
		||||
	flex: 1 1 100%;
 | 
			
		||||
}
 | 
			
		||||
#search fieldset {
 | 
			
		||||
	padding-top: 1rem;
 | 
			
		||||
 
 | 
			
		||||
@@ -3,16 +3,6 @@
 | 
			
		||||
		<h1>Search HPR.</h1>
 | 
			
		||||
	</header>
 | 
			
		||||
	<div class="lane">
 | 
			
		||||
		<form name="google-search" method="get" action="https://www.google.com/search">
 | 
			
		||||
			<fieldset><legend>Google</legend>
 | 
			
		||||
				<input type="hidden" name="sitesearch" value="https://www.hackerpublicradio.org/" />
 | 
			
		||||
				<input name="q" type="text" placeholder="Search HPR with Google"/>
 | 
			
		||||
				<input type="submit" name="sa" value="Search HPR with Google" />
 | 
			
		||||
				<p>
 | 
			
		||||
				<a href="https://www.google.com/policies/privacy/">privacy policy</a>
 | 
			
		||||
				</p>
 | 
			
		||||
			</fieldset>
 | 
			
		||||
		</form>
 | 
			
		||||
		<form method="get" id="search" action="https://duckduckgo.com/">
 | 
			
		||||
			<fieldset><legend>DuckDuckGo</legend>
 | 
			
		||||
			<input type="hidden" name="sites" value="https://www.hackerpublicradio.org/"/>
 | 
			
		||||
@@ -26,6 +16,16 @@
 | 
			
		||||
			</p>
 | 
			
		||||
			</fieldset>
 | 
			
		||||
		</form>
 | 
			
		||||
		<form name="google-search" method="get" action="https://www.google.com/search">
 | 
			
		||||
			<fieldset><legend>Google</legend>
 | 
			
		||||
				<input type="hidden" name="sitesearch" value="https://www.hackerpublicradio.org/" />
 | 
			
		||||
				<input name="q" type="text" placeholder="Search HPR with Google"/>
 | 
			
		||||
				<input type="submit" name="sa" value="Search HPR with Google" />
 | 
			
		||||
				<p>
 | 
			
		||||
				<a href="https://www.google.com/policies/privacy/">privacy policy</a>
 | 
			
		||||
				</p>
 | 
			
		||||
			</fieldset>
 | 
			
		||||
		</form>
 | 
			
		||||
		<form method="get" action="https://www.bing.com/search">
 | 
			
		||||
			<fieldset><legend>Bing</legend>
 | 
			
		||||
				<input type="hidden" name="cp" value="utf-8" />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user