@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout fuer YAML-Beispiele
 *
 *      additional CSS for the mono col layout w/o padding
 */

@media all
{

  #col3 { margin: 0 }
  #col3_content { padding-left: 8px; border-left: none;}

}

