Sha256: ad9200344715ce4d0ddc7051267b82c60b34431525d7463abb52f10fac35cccc
Contents?: true
Size: 405 Bytes
Versions: 8
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 { // apply to <body> display: table; height: 100%; width: 100%; } %row { display: table-row; } %row-expand { @extend %row; height: 100%; }
Version data entries
8 entries across 8 versions & 1 rubygems