diff -r 5de72ea7a065 -r 579cc610882e clock/clockui/clockviews/data/style/clockhomecityitem.css --- a/clock/clockui/clockviews/data/style/clockhomecityitem.css Wed Jun 23 18:11:28 2010 +0300 +++ b/clock/clockui/clockviews/data/style/clockhomecityitem.css Tue Jul 06 14:14:56 2010 +0300 @@ -18,6 +18,7 @@ top: -var(hb-param-margin-gene-top); right: var(hb-param-margin-gene-middle-horizontal); text-height: var(hb-param-text-height-tiny); + font-variant: secondary; text-align: left; } @@ -25,6 +26,7 @@ top: -var(hb-param-margin-gene-middle-vertical); right: var(hb-param-margin-gene-middle-horizontal); text-height: var(hb-param-text-height-primary); + font-variant: primary; text-align: left; } @@ -39,6 +41,7 @@ ClockHomeCityItem::timeText{ right: var(hb-param-margin-gene-right); text-height: var(hb-param-text-height-tiny); + font-variant: secondary; text-align: right; fixed-width: 16un; }