mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	Import basic CSS stylesheet for the HTML documentation. The base for the stylesheet is taken from: http://ds9a.nl/docbook/minimal-page.html I customized the CSS a bit further, for example to add curvy corners to example section and change the tint of gray. The HTML documentation does not look that crude anymore. Signed-off-by: Marek Vasut <marex@denx.de>
		
			
				
	
	
		
			17 lines
		
	
	
		
			264 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			264 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
body {
 | 
						|
	font-family:		sans-serif;
 | 
						|
}
 | 
						|
 | 
						|
.programlisting {
 | 
						|
	font-family:		monospace;
 | 
						|
	font-size:		1em;
 | 
						|
	display:		block;
 | 
						|
	padding:		10px;
 | 
						|
	border:			1px solid #aaa;
 | 
						|
	color:			#000;
 | 
						|
	background-color:	#eee;
 | 
						|
	overflow:		auto;
 | 
						|
	margin:			1em 0em;
 | 
						|
	border-radius:		6px;
 | 
						|
}
 |