mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	Fix a small CSS glitch with deprecated blocks and Sphinx 1.2.
This commit is contained in:
		
							parent
							
								
									1e32011306
								
							
						
					
					
						commit
						5d5b375c84
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
					@ -337,7 +337,11 @@ dl.glossary dt {
 | 
				
			||||||
.deprecated, .deprecated-removed {
 | 
					.deprecated, .deprecated-removed {
 | 
				
			||||||
    background-color: #ffe4e4;
 | 
					    background-color: #ffe4e4;
 | 
				
			||||||
    border: 1px solid #f66;
 | 
					    border: 1px solid #f66;
 | 
				
			||||||
    padding: 7px
 | 
					    padding: 7px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					div.deprecated p {
 | 
				
			||||||
 | 
					    margin-bottom: 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.system-message {
 | 
					.system-message {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue