mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[fix] do not use h1 element for the logo
This commit is contained in:
		
							parent
							
								
									01ee3a6edd
								
							
						
					
					
						commit
						d418b593bb
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -6,10 +6,10 @@ | |||
|             {% if cookies['oscar-style'] == 'pointhi' %} | ||||
|                 <h1 class="text-hide center-block"><img class="center-block img-responsive" src="{{ url_for('static', filename='img/searx_logo.png') }}" alt="searx logo"/>searx</h1> | ||||
|             {% else %} | ||||
|                 <h1 class="text-hide center-block" id="main-logo"> | ||||
|                 <div class="text-hide center-block" id="main-logo"> | ||||
|                     <img class="center-block img-responsive" src="{{ url_for('static', filename='img/logo_searx_a.png') }}" alt="searx logo" /> | ||||
|                     searx | ||||
|                 </h1> | ||||
|                 </div> | ||||
|             {% endif %} | ||||
|         </div> | ||||
|     </div> | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Adam Tauber
						Adam Tauber