Sha256: a2b350f5242391fb319baf208267b2cf6de9cb7d004e975e445ac955d368d464

Contents?: true

Size: 454 Bytes

Versions: 34

Compression:

Stored size: 454 Bytes

Contents

@footerHeight: 30px;

html, body {
  height: 100%;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -(@footerHeight + 1);
}

.push {
  height: @footerHeight + 20px; // The extra prevents content from bumping right into our footer.
}

footer {
  height: @footerHeight;
  line-height: @footerHeight;

  .container {
    border-top: 1px solid @grayLighter;
  }

  p {
    margin: 0;
    color: @grayLight;
  }
}

Version data entries

34 entries across 29 versions & 1 rubygems

Version Path
raygun-0.0.34 rails_32/app/assets/stylesheets/_footer.less
raygun-0.0.34.pre2 rails_32/app/assets/stylesheets/_footer.less
raygun-0.0.33 rails_40/app/assets/stylesheets/_footer.less
raygun-0.0.33 rails_32/app/assets/stylesheets/_footer.less
raygun-0.0.32 rails_40/app/assets/stylesheets/_footer.less
raygun-0.0.32 rails_32/app/assets/stylesheets/_footer.less
raygun-0.0.31 rails_40/app/assets/stylesheets/_footer.less
raygun-0.0.31 rails_32/app/assets/stylesheets/_footer.less
raygun-0.0.30 rails_32/app/assets/stylesheets/_footer.less
raygun-0.0.30 rails_40/app/assets/stylesheets/_footer.less
raygun-0.0.29 rails_40/app/assets/stylesheets/_footer.less
raygun-0.0.29 rails_32/app/assets/stylesheets/_footer.less
raygun-0.0.28 rails_32/app/assets/stylesheets/_footer.less
raygun-0.0.27 app_prototype/app/assets/stylesheets/_footer.less
raygun-0.0.26 app_prototype/app/assets/stylesheets/_footer.less
raygun-0.0.25 app_prototype/app/assets/stylesheets/_footer.less
raygun-0.0.24 app_prototype/app/assets/stylesheets/_footer.less
raygun-0.0.23 app_prototype/app/assets/stylesheets/_footer.less
raygun-0.0.22 app_prototype/app/assets/stylesheets/_footer.less
raygun-0.0.21 app_prototype/app/assets/stylesheets/_footer.less