mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
	
		
			572 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
	
		
			572 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
/* Reduce whitespace in cmd def pages */
 | 
						|
.cmd.def .highlight-yoscrypt, .cmd.def .highlight pre {
 | 
						|
    padding: 0%;
 | 
						|
    margin: 0%;
 | 
						|
}
 | 
						|
 | 
						|
.cmd.def .highlight-none, .cmd.def .highlight pre {
 | 
						|
    padding-top: 0%;
 | 
						|
    margin-top: 0%;
 | 
						|
}
 | 
						|
 | 
						|
/* Make images full width */
 | 
						|
.width-helper {
 | 
						|
    max-width: 100%;
 | 
						|
}
 | 
						|
 | 
						|
/* Prevent code block caption text from bunching into the caption number */
 | 
						|
.literal-block-wrapper .code-block-caption .caption-number {
 | 
						|
    padding-right: 0.5em
 | 
						|
}
 | 
						|
 | 
						|
/* Don't double shrink text in a literal in an optionlist */
 | 
						|
kbd .option>.literal {
 | 
						|
    font-size: revert;
 | 
						|
}
 |