Sha256: 8d8c710b96483c856a56f96ccb4ce03e6f46160af82e7ec78e50d099b75b569f

Contents?: true

Size: 434 Bytes

Versions: 9

Compression:

Stored size: 434 Bytes

Contents

// PORTRAIT TABLET TO DEFAULT DESKTOP
// ----------------------------------

@media (min-width: 768px) and (max-width: 979px) {

  // Fixed grid
  @include grid-core(42px, 20px);

  // Fluid grid
  @include grid-fluid(5.801104972%, 2.762430939%);

  // Input grid
  @include grid-input(42px, 20px);

  // No need to reset .thumbnails here since it's the same @gridGutterWidth
  .thumbnails {
    margin-left: -$gridGutterWidth;
  }
}

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
bootstrap-sass-rails-2.0.4.3 vendor/assets/stylesheets/twitter/bootstrap/_responsive-768px-979px.scss
bootstrap-sass-rails-2.0.4.2 vendor/assets/stylesheets/twitter/bootstrap/_responsive-768px-979px.scss
bootstrap-sass-rails-rtl-2.0.4.12 vendor/assets/stylesheets/twitter/bootstrap/_responsive-768px-979px.scss
bootstrap-sass-rails-2.0.4.1 vendor/assets/stylesheets/twitter/bootstrap/_responsive-768px-979px.scss
bootstrap-sass-rails-2.0.4.0 vendor/assets/stylesheets/twitter/bootstrap/_responsive-768px-979px.scss
bootstrap-sass-rails-2.0.3.0 vendor/assets/stylesheets/twitter/bootstrap/_responsive-768px-979px.scss
bootstrap-sass-rails-2.0.3.0pre3 vendor/assets/stylesheets/twitter/bootstrap/_responsive-768px-979px.scss
bootstrap-sass-rails-2.0.3.0pre2 vendor/assets/stylesheets/twitter/bootstrap/_responsive-768px-979px.scss
bootstrap-sass-rails-2.0.3.0pre1 vendor/assets/stylesheets/twitter/bootstrap/_responsive-768px-979px.scss