17 lines
		
	
	
		
			371 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			371 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
| //
 | |
| // Layouts
 | |
| // Fixed-width and fluid (with sidebar) layouts
 | |
| // --------------------------------------------
 | |
| 
 | |
| 
 | |
| // Container (centered, fixed-width layouts)
 | |
| .container {
 | |
|   .container-fixed();
 | |
| }
 | |
| 
 | |
| // Fluid layouts (left aligned, with sidebar, min- & max-width content)
 | |
| .container-fluid {
 | |
|   padding-right: @gridGutterWidth;
 | |
|   padding-left: @gridGutterWidth;
 | |
|   .clearfix();
 | |
| } |