mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			235 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			235 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| /* Images */
 | |
| img {
 | |
|     display: block;
 | |
|     margin-left: auto;
 | |
|     margin-right: auto;
 | |
| }
 | |
| 
 | |
| /* Tables */
 | |
| table {
 | |
|     margin-bottom: 24px;
 | |
|     width: 100%;
 | |
| }
 | |
| th {
 | |
|     background-color: #f0f0f0;
 | |
|     padding: 6px;
 | |
| }
 | |
| td {
 | |
|     padding: 6px;
 | |
| }
 |