view static/bootstrap/less/responsive-1200px-min.less @ 62:a73a3c0b6d4a

Fixed some bugs with the page state warning. TODO: still another bug to fix where the state info comes in between the path update and the content update.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 06 Feb 2013 17:39:03 -0800
parents 130eccd396d8
children
line wrap: on
line source

//
// 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;
  }

}