mirror of
				https://github.com/irmen/prog8.git
				synced 2025-10-31 15:16:13 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			454 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			454 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .wy-nav-content {
 | |
|     max-width: 1000px;
 | |
| }
 | |
| 
 | |
| /* override table width restrictions */
 | |
| .wy-table-responsive table td, .wy-table-responsive table th {
 | |
|     white-space: normal;
 | |
| }
 | |
| 
 | |
| .wy-table-responsive {
 | |
|     margin-bottom: 24px;
 | |
|     max-width: 100%;
 | |
|     overflow: visible;
 | |
| }
 | |
| 
 | |
| html {
 | |
|     font-size: 13pt;
 | |
| }
 | |
| 
 | |
| p {
 | |
|     font-size: 13pt;
 | |
| }
 | |
| 
 | |
| .rst-content .linenodiv pre,
 | |
| .rst-content div[class^=highlight] pre,
 | |
| .rst-content pre.literal-block {
 | |
|     font-size: 11pt;
 | |
| }
 |