tizen-winsets: change the font-family in virtualgrid demo to default
authorWoosung Sohn <woosungim.sohn@samsung.com>
Tue, 16 Apr 2013 11:54:13 +0000 (20:54 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Thu, 18 Apr 2013 10:19:21 +0000 (19:19 +0900)
Change-Id: Ia61c9a96d3d44780cf84db040e090967bc845e9f

demos/tizen-winsets/widgets/grid/namecard.css

index f8a3b0d..e8f7be7 100644 (file)
@@ -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;
 .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;
 }