File diff dc11411a4aef → dc9f313fe610
symposion_project/static/symposion/less/bootstrap/layouts.less
Show inline comments
 
new file 100644
 
//
 
// 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();
 
}
...
 
\ No newline at end of file