Sha256: 7899531a5721b4e5677375783b8160c9ca712d006664285d0fc8fb890f47d29b
Contents?: true
Size: 920 Bytes
Versions: 8
Compression:
Stored size: 920 Bytes
Contents
@import "ui_alchemy/alchemy/alchemy"; @import "alchemy/components/footer/footer_vars"; body > footer { min-height: 55px; background: $footer_background_color; border-top: 1px solid $footer_border_top_color; clear:both; position: relative; margin-top: (0 - $stickyfooter_height - 1) + px; /* negative value of footer height */ height: $stickyfooter_height + px; span { width: 74px; position: absolute; left: 30px; bottom: 16px; } p.copyright { position: relative; bottom: -16px; text-align: center; } ul { display: inline-block; position: absolute; right: 0; bottom: 16px; li { margin-right: 20px; float: left; a { font-size: 11px; color: #50505a; } } &:last-child { margin-right: 30px; } } .versioning { position: relative; bottom: -18px; text-align: center; } }
Version data entries
8 entries across 8 versions & 1 rubygems