mirror of
				https://git.proxmox.com/git/proxmox-backup
				synced 2025-11-02 15:18:42 +00:00 
			
		
		
		
	avoid hardcoding width in the docs itself, so that other render outputs can choose another size. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
		
			
				
	
	
		
			16 lines
		
	
	
		
			179 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			179 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
div.sphinxsidebar {
 | 
						|
    height: calc(100% - 20px);
 | 
						|
    overflow: auto;
 | 
						|
}
 | 
						|
 | 
						|
h1.logo-name {
 | 
						|
    font-size: 24px;
 | 
						|
}
 | 
						|
 | 
						|
div.body img {
 | 
						|
    width: 250px;
 | 
						|
}
 | 
						|
pre {
 | 
						|
    padding: 5px 10px;
 | 
						|
}
 |