/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2.1 (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.3
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */

@import url(basemod.css);
@import url(slim_base.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_draft.css);

/* custom CSS */
@import url(pretty_colors.css); 

/* TODO: put any custom stuff down here in the file that needs to be created above ^^
   ... and then uncomment the above line */

/* beautiful weather table */
div#weather td, th {
    border: 1px solid black;
    padding: 4px;
}
