[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/theme/bootstrapbase/less/bootstrap/ -> layouts.less (source)

   1  //
   2  // Layouts
   3  // --------------------------------------------------
   4  
   5  
   6  // Container (centered, fixed-width layouts)
   7  .container {
   8    .container-fixed();
   9  }
  10  
  11  // Fluid layouts (left aligned, with sidebar, min- & max-width content)
  12  .container-fluid {
  13    padding-right: @gridGutterWidth;
  14    padding-left: @gridGutterWidth;
  15    .clearfix();
  16  }


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1