Sha256: 7eae5fc2dccb3e689db55bfe48de87a57dde9b540378703eeda07c49811e455f
Contents?: true
Size: 683 Bytes
Versions: 16
Compression:
Stored size: 683 Bytes
Contents
// IE 6 hack * html { #container { // little offset to avoid wrapping // wrong box model computations? width: 100%; padding: 0; background: transparent; border-bottom: $border; } #sidebar { margin: 0; border-right: $border; border-bottom: $border; } #content { width: 70%; background: transparent; } #footer { background: transparent; margin-top: 0; padding-top: 0; } } // IE 7 hack *:first-child+html { #container { // little offset to avoid wrapping // wrong box model computations? padding-right: 7.1em; } #menu ul li li { // IE 7 does not understand width: 100% width: 8em; } }
Version data entries
16 entries across 16 versions & 1 rubygems