Sha256: b392e9dc4fffd5c42c6ca0fe3fb6d179f4ad496d8ada0262b1f410efafb29a02
Contents?: true
Size: 545 Bytes
Versions: 2
Compression:
Stored size: 545 Bytes
Contents
$footer_height: 100px; html, body, #body_wrap { height: 100%; } #content_wrap { height: auto; min-height: 100%; } #content { padding-bottom: $footer_height; } #footer { position: relative; margin-top: -$footer_height; height: $footer_height; clear:both; background: #D6D6D6; } #header { height: 50px; background: #D6D6D6; } #header, #footer, #content { > .content_wrap { width: 900px; margin: 0 auto; padding: 10px 0; } } .left { float: left; } .right { float: right; } .clear { clear: both; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
releaf-0.1.2 | lib/generators/releaf/templates/stylesheets/style.scss |
releaf-0.1.1 | lib/generators/releaf/templates/stylesheets/style.scss |