Revision ed5c5994a780b7ba80854431b05d81e8692b819d authored by Bradly Feeley on 14 October 2012, 01:31:41 UTC, committed by Bradly Feeley on 14 October 2012, 01:31:41 UTC
1 parent fa77879
Raw File
responsive-1200px-min.less
//
// Responsive: Large desktop and up
// --------------------------------------------------


@media (min-width: 1200px) {

  // Fixed grid
  #grid > .core(@gridColumnWidth1200, @gridGutterWidth1200);

  // Fluid grid
  #grid > .fluid(@fluidGridColumnWidth1200, @fluidGridGutterWidth1200);

  // Input grid
  #grid > .input(@gridColumnWidth1200, @gridGutterWidth1200);

  // Thumbnails
  .thumbnails {
    margin-left: -@gridGutterWidth1200;
  }
  .thumbnails > li {
    margin-left: @gridGutterWidth1200;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }

}
back to top