Sha256: 600e95e711facb0cf46fed0cbc4e336936d5268d67324de07e028487f68cf03d
Contents?: true
Size: 1.45 KB
Versions: 12
Compression:
Stored size: 1.45 KB
Contents
@charset "UTF-8"; /** * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework * (en) IE patch stylesheet * (de) IE-Anpassungs-Stylesheet * * @creator YAML Builder V1.2 (http://builder.yaml.de) * @file patch_my_layout.css * @-yaml-minver 3.2 */ /* Layout independent adjustments | Layout-unabhängige Anpassungen */ @import "cyaml/core/iehacks"; /* Layout-dependent adjustments | Layout-abhängige Anpassungen */ /** * Bugfix for IE 3-Pixel-Jog Bug * * @bugfix * @affected IE 5.x/Win, IE6 * @css-for IE 5.x/Win, IE6 * @valid yes */ * html { #col3 { height: 1%; } #col2 { margin-right: -3px; } #col3 { margin-left: 74%; } .page_margins { /* Fallback if JavaScript is disabled */ width: auto; /* JS-Expression for min-/max-width simulation */ width: expression((document.documentElement && document.documentElement.clientHeight) ? ((document.documentElement.clientWidth < 740) ? "740px" : ((document.documentElement.clientWidth > (90 * 16 * (parseInt(this.parentNode.currentStyle.fontSize) / 100))) ? "90em" : "auto" )) : ((document.body.clientWidth < 740) ? "740px" : ((document.body.clientWidth > (90 * 16 * (parseInt(this.parentNode.currentStyle.fontSize) / 100))) ? "90em" : "auto" ))); } } /** * min-width/max-width workaround for IE * * @workaround * @affected IE 5.x/Win, IE6 * @css-for IE 5.x/Win, IE6 * @valid no */
Version data entries
12 entries across 12 versions & 1 rubygems