Upstream version 11.40.277.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / subscribe_page_action / style.css
1 /**
2  * Styles that are shared between the iframe and the parent document.
3  */
4 body {
5   font-family: arial, sans-serif;
6   font-size: 11px;
7 }
8 .item_title {
9   color: #2244D2;
10   font-size: 20px;
11   font-weight:bold;
12   text-decoration: none;
13 }
14 .item_desc {
15   font-size: 12px;
16 }