From da72fc26af985b88abd3f541729735b2240ad520 Mon Sep 17 00:00:00 2001 From: Woosung Sohn Date: Tue, 16 Apr 2013 20:54:13 +0900 Subject: [PATCH] tizen-winsets: change the font-family in virtualgrid demo to default Change-Id: Ia61c9a96d3d44780cf84db040e090967bc845e9f --- demos/tizen-winsets/widgets/grid/namecard.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/demos/tizen-winsets/widgets/grid/namecard.css b/demos/tizen-winsets/widgets/grid/namecard.css index f8a3b0d..e8f7be7 100644 --- a/demos/tizen-winsets/widgets/grid/namecard.css +++ b/demos/tizen-winsets/widgets/grid/namecard.css @@ -35,7 +35,6 @@ } .ui-demo-namecard-contents span { - font-style : italic; color : #666; border-bottom : 1px dashed; margin-top: 0rem; @@ -57,8 +56,7 @@ .ui-demo-namecard-span-x { color : gray; - font : normal 0.6rem Georgia, serif !important; - + font-size : 0.6rem; width: 5rem; display: block; white-space : nowrap; @@ -70,7 +68,7 @@ .ui-demo-namecard-contents span.name { color : gray; - font : normal 0.6rem Georgia, serif !important; + font-size : 0.6rem; width: 4rem; display: inline-block; white-space : nowrap; @@ -109,9 +107,8 @@ .ui-demo-namecard-list-contents span{ left : 9.6rem; font-weight : normal; - font-size : 0.9rem; + font-size : 0.8rem; color : gray; padding-top : 1rem; - font-family: Helvetica, Arial, sans-serif; margin-top: 0rem; } -- 2.7.4