Sha256: fa85c96c1c58cf16a4197b848c20038f042be4360cb8a54d347031b31baac427
Contents?: true
Size: 405 Bytes
Versions: 7
Compression:
Stored size: 405 Bytes
Contents
//////////////////////////// // FLEXIBLE STICKY FOOTERS // http://pixelsvsbytes.com/blog/2011/09/sticky-css-footers-the-flexible-way/ //////////////////////////// %html-frame { // apply to <html> and <body> height: 100%; margin: 0pt; } %frame { // aplly to <body> display: table; height: 100%; width: 100%; } %row { display: table-row; } %row-expand { @extend %row; height: 100%; }
Version data entries
7 entries across 7 versions & 1 rubygems