tizen 2.4 release
[framework/uifw/e17-mod-tizen-comp.git] / data / common / comp-style.edc
1 styles {
2    /* common text block style for logger */
3    style { name: "textblock_style";
4       base: "font=Sans font_size=20 align=left color=#ff0c0c wrap=word";
5       tag: "br" "\n";
6       tag: "b" "+ font=Sans:style=Bold";
7       tag: "tab" "\t";
8    }
9 } /* end of styles */