mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 01:05:48 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			185 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			185 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
table {
 | 
						|
  max-width: 100%;
 | 
						|
  background-color: transparent;
 | 
						|
  border-collapse: collapse;
 | 
						|
  border-spacing: 0;
 | 
						|
}
 | 
						|
 | 
						|
td, th {
 | 
						|
  border: 1px solid gray;
 | 
						|
}
 | 
						|
 | 
						|
div#table table {
 | 
						|
  width: 100%;
 | 
						|
} |