mirror of
				https://github.com/twbs/bootstrap.git
				synced 2025-11-04 00:03:15 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			254 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			254 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
.container {
 | 
						|
  max-width: none !important;
 | 
						|
  width: 970px;
 | 
						|
}
 | 
						|
 | 
						|
.col-xs-4 {
 | 
						|
  padding-top: 15px;
 | 
						|
  padding-bottom: 15px;
 | 
						|
  background-color: #eee;
 | 
						|
  border: 1px solid #ddd;
 | 
						|
  background-color: rgba(86,61,124,.15);
 | 
						|
  border: 1px solid rgba(86,61,124,.2);
 | 
						|
}
 |