10 lines
		
	
	
		
			95 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			95 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
/**
 | 
						|
 * @file
 | 
						|
 * Fieldgroup border reset.
 | 
						|
 */
 | 
						|
 | 
						|
.fieldgroup {
 | 
						|
  padding: 0;
 | 
						|
  border-width: 0;
 | 
						|
}
 |