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