Sha256: a38bb995864a2e6e9fb7c6130633fd5539ae6e50adb61768532c512c17a5a014
Contents?: true
Size: 574 Bytes
Versions: 5
Compression:
Stored size: 574 Bytes
Contents
/* -------------------------------------------------------------- Boilerplate ie.css * Contains hacks for Internet Explorer < IE7 -------------------------------------------------------------- */ /* Make sure the layout is centered in IE5 */ body { text-align: center; } #page { text-align: left; } /* Keeps IE6 from cutting pulled/pushed images */ ul, ol { position: relative; } /* Fixes incorrect styling of legend in IE6 fieldsets. */ legend { margin-bottom: 1.4em; } /* Fixes incorrect placement of numbers in ol's in IE6/7 */ ol { margin-left: 2em; }
Version data entries
5 entries across 5 versions & 1 rubygems