Sha256: 651b2730527d1b18aceacb7aaccfe8eb001e36a98d63ce7e6fcdc8c3f9fdaf99
Contents?: true
Size: 929 Bytes
Versions: 1
Compression:
Stored size: 929 Bytes
Contents
/* -------------------------------------------------------------- ie.css Contains every hack for Internet Explorer versions prior to IE7, so that our core files stay sweet and nimble. -------------------------------------------------------------- */ /* Make sure the layout is centered in IE5 */ body { text-align: center; } .container { text-align: left; } /* This fixes the problem where IE6 adds an extra 3px margin to two columns that are floated up against each other. */ * html .column { overflow-x: hidden; } /* IE6 fix */ .pull-1, .pull-2, .pull-3, .pull-4, .push-1, .push-2, .push-3, .push-4, ul, ol { position: relative; /* Keeps IE6 from cutting pulled/pushed images */ } /* 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
webby-0.9.3-x86-mswin32 | examples/website/content/css/blueprint/lib/ie.css |