Sha256: cabf00114e24c6379428a0be1e8bff98dcca60a26cb415f4bd69111e523e6815

Contents?: true

Size: 625 Bytes

Versions: 6

Compression:

Stored size: 625 Bytes

Contents

@import "blueprint";

// To generate css equivalent to the blueprint css but with your configuration applied, uncomment:
// @include blueprint-ie

//Recommended Blueprint configuration with scoping and semantic layout:
body.bp {
  @include blueprint-ie(true);
  // Note: Blueprint centers text to fix IE6 container centering.
  // This means all your texts will be centered under all version of IE by default.
  // If your container does not have the .container class, don't forget to restore
  // the correct behavior to your main container (but not the body tag!)
  // Example:
  // .my-container
  //   text-align: left
}

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
bookyt-0.0.1 app/assets/stylesheets/ie.scss
turquoise-0.0.8 templates/project/ie.scss
turquoise-0.0.7 templates/project/ie.scss
turquoise-0.0.6 templates/project/ie.scss
turquoise-0.0.5 templates/project/ie.scss
turquoise-0.0.4 templates/project/ie.scss