Sha256: 87dad04aa42a83e8b5c61a0be34518567a1e13b8752ac32b1670dfd127fc0aa2
Contents?: true
Size: 806 Bytes
Versions: 4
Compression:
Stored size: 806 Bytes
Contents
@if $ym-base-columns == true { /** * @section Column Module * * default column config: * |-------------------------------| * | col1 | col3 | col2 | * | 20% | flexible | 20% | * |-------------------------------| */ .ym-column { @include ym-contain(dt); } .ym-col1 { float:left; width:$ym-column-width; } .ym-col2 { float:right; width:$ym-column-width; } .ym-col3 { width:auto; margin:0 $ym-column-width; } .ym-cbox { padding: 0 $ym-cbox-padding } .ym-cbox-left { padding: 0 $ym-cbox-padding 0 0 } .ym-cbox-right { padding: 0 0 0 $ym-cbox-padding } /* (en) IE-Clearing: Only used in Internet Explorer, switched on in iehacks.css */ /* (de) IE-Clearing: Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */ .ym-ie-clearing { display:none; } }
Version data entries
4 entries across 4 versions & 1 rubygems