Sha256: b78402fe18792b3ad7ed0042f51b98f50df58625a7157aa84f368393282e6246

Contents?: true

Size: 313 Bytes

Versions: 6

Compression:

Stored size: 313 Bytes

Contents

// "sticky" footer

body,
html {
  height: 100%;
}

.wrap {
  height: auto !important;
  height: 100%;
  margin: 0 auto -50px;
  min-height: 100%;
}

.push {
  height: 50px;
}

.footer {
  height: 50px;
  margin-top: -50px;

  p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
twigg-app-0.0.7 assets/stylesheets/_footer.scss
twigg-app-0.0.6 assets/stylesheets/_footer.scss
twigg-app-0.0.5 assets/stylesheets/_footer.scss
twigg-app-0.0.4 assets/stylesheets/_footer.scss
twigg-app-0.0.3 assets/stylesheets/_footer.scss
twigg-app-0.0.2 assets/stylesheets/_footer.scss